Searched refs:gles2_impl (Results 1 – 11 of 11) 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()
174 if (gles2_impl()) in DoSwapBuffers()175 gles2_impl()->SwapBuffers(); in DoSwapBuffers()208 static_cast<PPB_Graphics3D_Shared*>(share_context)->gles2_impl(); in Init()
133 InitCommon(graphics_context, graphics_3d->gles2_impl()); in Init()
57 GLES2Implementation* gl = graphics->gles2_impl(); in OnTextureReleased()144 GLES2Implementation* gl = graphics->gles2_impl(); in SetTexture()
110 gles2_impl()->SwapBuffers(); in DoSwapBuffers()146 share_gles2 = share_graphics->gles2_impl(); in CreateProxyResource()
214 decoder->InitCommon(graphics_context, context->gles2_impl()); in CreateProxyResource()
122 gles2_impl_ = ppb_graphics3d_shared->gles2_impl(); in Initialize()