HomeSort by relevance Sort by last modified time
    Searched refs:gles2_impl (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/ppapi/shared_impl/
ppb_video_decoder_shared.cc 39 gpu::gles2::GLES2Implementation* gles2_impl) {
42 gles2_impl_ = gles2_impl;
ppb_video_decoder_shared.h 58 gpu::gles2::GLES2Implementation* gles2_impl);
75 // In the out-of-process case, Graphics3D's gles2_impl() exists in the plugin
ppb_graphics_3d_shared.h 54 gpu::gles2::GLES2Implementation* gles2_impl() { return gles2_impl_.get(); } function in class:ppapi::PPB_Graphics3D_Shared
ppb_graphics_3d_shared.cc 51 gles2_impl()->ResizeCHROMIUM(width, height, 1.f);
ppb_opengles2_shared.cc 27 return static_cast<PPB_Graphics3D_Shared*>(enter->object())->gles2_impl();
    [all...]
  /external/chromium_org/content/renderer/pepper/
ppb_graphics_3d_impl.cc 174 if (gles2_impl())
175 gles2_impl()->SwapBuffers();
208 static_cast<PPB_Graphics3D_Shared*>(share_context)->gles2_impl();
ppb_video_decoder_impl.cc 133 InitCommon(graphics_context, graphics_3d->gles2_impl());
  /external/chromium_org/ppapi/proxy/
compositor_layer_resource.cc 57 GLES2Implementation* gl = graphics->gles2_impl();
144 GLES2Implementation* gl = graphics->gles2_impl();
ppb_graphics_3d_proxy.cc 110 gles2_impl()->SwapBuffers();
146 share_gles2 = share_graphics->gles2_impl();
ppb_video_decoder_proxy.cc 214 decoder->InitCommon(graphics_context, context->gles2_impl());
video_decoder_resource.cc 122 gles2_impl_ = ppb_graphics3d_shared->gles2_impl();

Completed in 161 milliseconds