Searched refs:gles2_impl (Results 1 – 13 of 13) sorted by relevance
39 gpu::gles2::GLES2Implementation* gles2_impl) { in InitCommon() argument42 gles2_impl_ = gles2_impl; in InitCommon()
58 gpu::gles2::GLES2Implementation* gles2_impl);
54 gpu::gles2::GLES2Implementation* gles2_impl() { return gles2_impl_.get(); } in gles2_impl() function
51 gles2_impl()->ResizeCHROMIUM(width, height, 1.f); in ResizeBuffers()
27 return static_cast<PPB_Graphics3D_Shared*>(enter->object())->gles2_impl(); in ToGles2Impl()
184 if (gles2_impl()) in DoSwapBuffers()185 gles2_impl()->SwapBuffers(); in DoSwapBuffers()218 static_cast<PPB_Graphics3D_Shared*>(share_context)->gles2_impl(); in Init()
132 InitCommon(graphics_context, graphics_3d->gles2_impl()); in Init()
49 "gles2_impl.cc",
58 GLES2Implementation* gl = graphics->gles2_impl(); in OnTextureReleased()160 GLES2Implementation* gl = graphics->gles2_impl(); in SetTexture()
120 gles2_impl()->SwapBuffers(); in DoSwapBuffers()156 share_gles2 = share_graphics->gles2_impl(); in CreateProxyResource()
214 decoder->InitCommon(graphics_context, context->gles2_impl()); in CreateProxyResource()
135 gles2_impl_ = ppb_graphics3d_shared->gles2_impl(); in Initialize()
463 'gles2/gles2_impl.cc',