HomeSort by relevance Sort by last modified time
    Searched refs:share_gles2 (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ppapi/shared_impl/
ppb_graphics_3d_shared.cc 105 gpu::gles2::GLES2Implementation* share_gles2) {
126 share_gles2 ? share_gles2->share_group() : NULL,
ppb_graphics_3d_shared.h 71 gpu::gles2::GLES2Implementation* share_gles2);
  /external/chromium_org/ppapi/proxy/
ppb_graphics_3d_proxy.cc 55 bool Graphics3D::Init(gpu::gles2::GLES2Implementation* share_gles2,
65 share_gles2);
147 gpu::gles2::GLES2Implementation* share_gles2 = NULL; local
156 share_gles2 = share_graphics->gles2_impl();
179 if (!graphics_3d->Init(share_gles2, shared_state))
ppb_graphics_3d_proxy.h 35 bool Init(gpu::gles2::GLES2Implementation* share_gles2,
  /external/chromium_org/content/renderer/pepper/
ppb_graphics_3d_impl.cc 215 gpu::gles2::GLES2Implementation* share_gles2 = NULL;
217 share_gles2 =
221 return CreateGLES2Impl(kCommandBufferSize, kTransferBufferSize, share_gles2);

Completed in 67 milliseconds