Searched defs:gles2_impl (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
H A Dppb_graphics_3d_shared.h53 gpu::gles2::GLES2Implementation* gles2_impl() { function in class:ppapi::PPB_Graphics3D_Shared
63 // (possibly via gles2_impl) but we already have the proxy lock. The
H A Dppb_video_decoder_shared.cc40 gpu::gles2::GLES2Implementation* gles2_impl) {
43 gles2_impl_ = gles2_impl;
38 InitCommon( PP_Resource graphics_context, gpu::gles2::GLES2Implementation* gles2_impl) argument
/external/chromium_org/content/renderer/pepper/
H A Dppb_video_decoder_impl.cc127 graphics3d_impl->gles2_impl(), profile))
135 gpu::gles2::GLES2Implementation* gles2_impl,
137 InitCommon(graphics_context, gles2_impl);
132 Init( PP_Resource graphics_context, PlatformContext3D* context, gpu::gles2::GLES2Implementation* gles2_impl, PP_VideoDecoder_Profile profile) argument

Completed in 436 milliseconds