Home
last modified time | relevance | path

Searched refs:gles2_impl (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
Dppb_video_decoder_shared.cc39 gpu::gles2::GLES2Implementation* gles2_impl) { in InitCommon() argument
42 gles2_impl_ = gles2_impl; in InitCommon()
Dppb_video_decoder_shared.h58 gpu::gles2::GLES2Implementation* gles2_impl);
Dppb_graphics_3d_shared.h54 gpu::gles2::GLES2Implementation* gles2_impl() { return gles2_impl_.get(); } in gles2_impl() function
Dppb_graphics_3d_shared.cc51 gles2_impl()->ResizeCHROMIUM(width, height, 1.f); in ResizeBuffers()
Dppb_opengles2_shared.cc27 return static_cast<PPB_Graphics3D_Shared*>(enter->object())->gles2_impl(); in ToGles2Impl()
/external/chromium_org/content/renderer/pepper/
Dppb_graphics_3d_impl.cc174 if (gles2_impl()) in DoSwapBuffers()
175 gles2_impl()->SwapBuffers(); in DoSwapBuffers()
208 static_cast<PPB_Graphics3D_Shared*>(share_context)->gles2_impl(); in Init()
Dppb_video_decoder_impl.cc133 InitCommon(graphics_context, graphics_3d->gles2_impl()); in Init()
/external/chromium_org/ppapi/proxy/
Dcompositor_layer_resource.cc57 GLES2Implementation* gl = graphics->gles2_impl(); in OnTextureReleased()
144 GLES2Implementation* gl = graphics->gles2_impl(); in SetTexture()
Dppb_graphics_3d_proxy.cc110 gles2_impl()->SwapBuffers(); in DoSwapBuffers()
146 share_gles2 = share_graphics->gles2_impl(); in CreateProxyResource()
Dppb_video_decoder_proxy.cc214 decoder->InitCommon(graphics_context, context->gles2_impl()); in CreateProxyResource()
Dvideo_decoder_resource.cc122 gles2_impl_ = ppb_graphics3d_shared->gles2_impl(); in Initialize()