Searched refs:GetImplementation (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/cc/test/
H A Dtest_in_process_context_provider.cc65 return context_->GetImplementation();
69 return context_->GetImplementation();
H A Dlayer_tree_pixel_test.cc235 GLES2Interface* gl = context->GetImplementation();
297 GLES2Interface* gl = context->GetImplementation();
313 GLES2Interface* gl = context->GetImplementation();
/external/chromium_org/content/renderer/media/
H A Drenderer_gpu_video_accelerator_factories.cc79 gl_helper_.reset(new GLHelper(GetContext3d()->GetImplementation(),
125 gpu::gles2::GLES2Implementation* gles2 = context->GetImplementation();
169 gpu::gles2::GLES2Implementation* gles2 = context->GetImplementation();
181 gpu::gles2::GLES2Implementation* gles2 = context->GetImplementation();
/external/chromium_org/gpu/command_buffer/client/
H A Dgl_in_process_context.h73 virtual gles2::GLES2Implementation* GetImplementation() = 0;
H A Dgl_in_process_context.cc66 virtual gles2::GLES2Implementation* GetImplementation() OVERRIDE;
109 gles2::GLES2Implementation* GLInProcessContextImpl::GetImplementation() { function in class:gpu::__anon8392::GLInProcessContextImpl
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.h74 ::gpu::gles2::GLES2Implementation* GetImplementation() { function in class:webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc138 real_gl_ = context_->GetImplementation();
H A Dcontext_provider_in_process.cc112 capabilities_.gpu = context3d_->GetImplementation()->capabilities();
/external/chromium_org/content/common/gpu/client/
H A Dcontext_provider_command_buffer.cc115 return context3d_->GetImplementation();
190 caps.gpu = context3d_->GetImplementation()->capabilities();
H A Dwebgraphicscontext3d_command_buffer_impl.h122 gpu::gles2::GLES2Implementation* GetImplementation() { function in class:content::WebGraphicsContext3DCommandBufferImpl
H A Dwebgraphicscontext3d_command_buffer_impl.cc222 gles2_share_group = share_context->GetImplementation()->share_group();
/external/chromium_org/content/browser/renderer_host/
H A Dimage_transport_factory_android.cc98 gl_helper_.reset(new GLHelper(context_->GetImplementation(),

Completed in 4801 milliseconds