Home
last modified time | relevance | path

Searched refs:gles2_impl (Results 1 – 13 of 13) 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.cc184 if (gles2_impl()) in DoSwapBuffers()
185 gles2_impl()->SwapBuffers(); in DoSwapBuffers()
218 static_cast<PPB_Graphics3D_Shared*>(share_context)->gles2_impl(); in Init()
Dppb_video_decoder_impl.cc132 InitCommon(graphics_context, graphics_3d->gles2_impl()); in Init()
/external/chromium_org/mojo/gles2/
DBUILD.gn49 "gles2_impl.cc",
/external/chromium_org/ppapi/proxy/
Dcompositor_layer_resource.cc58 GLES2Implementation* gl = graphics->gles2_impl(); in OnTextureReleased()
160 GLES2Implementation* gl = graphics->gles2_impl(); in SetTexture()
Dppb_graphics_3d_proxy.cc120 gles2_impl()->SwapBuffers(); in DoSwapBuffers()
156 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.cc135 gles2_impl_ = ppb_graphics3d_shared->gles2_impl(); in Initialize()
/external/chromium_org/mojo/
Dmojo_base.gyp463 'gles2/gles2_impl.cc',