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

/external/chromium_org/ppapi/shared_impl/
H A Dppb_video_decoder_shared.cc39 gpu::gles2::GLES2Implementation* gles2_impl) {
42 gles2_impl_ = gles2_impl;
37 InitCommon( PP_Resource graphics_context, gpu::gles2::GLES2Implementation* gles2_impl) argument
H A Dppb_video_decoder_shared.h58 gpu::gles2::GLES2Implementation* gles2_impl);
75 // In the out-of-process case, Graphics3D's gles2_impl() exists in the plugin
H A Dppb_graphics_3d_shared.h54 gpu::gles2::GLES2Implementation* gles2_impl() { return gles2_impl_.get(); } function in class:ppapi::PPB_Graphics3D_Shared
H A Dppb_graphics_3d_shared.cc51 gles2_impl()->ResizeCHROMIUM(width, height, 1.f);
H A Dppb_opengles2_shared.cc27 return static_cast<PPB_Graphics3D_Shared*>(enter->object())->gles2_impl();
/external/chromium_org/content/renderer/pepper/
H A Dppb_graphics_3d_impl.cc184 if (gles2_impl())
185 gles2_impl()->SwapBuffers();
218 static_cast<PPB_Graphics3D_Shared*>(share_context)->gles2_impl();
H A Dppb_video_decoder_impl.cc132 InitCommon(graphics_context, graphics_3d->gles2_impl());
/external/chromium_org/ppapi/proxy/
H A Dcompositor_layer_resource.cc58 GLES2Implementation* gl = graphics->gles2_impl();
160 GLES2Implementation* gl = graphics->gles2_impl();
H A Dppb_graphics_3d_proxy.cc120 gles2_impl()->SwapBuffers();
156 share_gles2 = share_graphics->gles2_impl();
H A Dppb_video_decoder_proxy.cc214 decoder->InitCommon(graphics_context, context->gles2_impl());
H A Dvideo_decoder_resource.cc135 gles2_impl_ = ppb_graphics3d_shared->gles2_impl();

Completed in 233 milliseconds