Searched refs:ContextSupport (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/cc/output/
H A Dcontext_provider.h16 class ContextSupport;
32 virtual gpu::ContextSupport* ContextSupport() = 0;
H A Doutput_surface.cc180 context_provider_->ContextSupport()->SetSwapBuffersCompleteCallback(
210 if (gpu::ContextSupport* support = context_provider_->ContextSupport())
264 context_provider_->ContextSupport()->Swap();
266 context_provider_->ContextSupport()->PartialSwapBuffers(
H A Ddelegating_renderer.cc132 context_provider->ContextSupport()->SetSurfaceVisible(visible());
/external/chromium_org/gpu/command_buffer/client/
H A Dcontext_support.h14 class ContextSupport { class in namespace:gpu
47 ContextSupport() {} function in class:gpu::ContextSupport
48 virtual ~ContextSupport() {}
/external/chromium_org/mojo/cc/
H A Dcontext_provider_mojo.cc34 gpu::ContextSupport* ContextProviderMojo::ContextSupport() { function in class:mojo::ContextProviderMojo
37 return static_cast<gpu::ContextSupport*>(
H A Dcontext_provider_mojo.h21 virtual gpu::ContextSupport* ContextSupport() OVERRIDE;
/external/chromium_org/content/browser/renderer_host/test/
H A Dno_transport_image_transport_factory_android.cc27 context_provider_->ContextSupport()));
/external/chromium_org/content/common/gpu/client/
H A Dgpu_in_process_context_tests.cc37 gpu::ContextSupport* context_support_;
H A Dcontext_provider_command_buffer.h42 virtual gpu::ContextSupport* ContextSupport() OVERRIDE;
H A Dcontext_provider_command_buffer.cc118 gpu::ContextSupport* ContextProviderCommandBuffer::ContextSupport() { function in class:content::ContextProviderCommandBuffer
H A Dwebgraphicscontext3d_command_buffer_impl.h26 class ContextSupport;
120 CONTENT_EXPORT gpu::ContextSupport* GetContextSupport();
H A Dgl_helper.h23 class ContextSupport;
142 gpu::ContextSupport* context_support);
341 gpu::ContextSupport* context_support_;
/external/chromium_org/cc/test/
H A Dtest_context_provider.h33 virtual gpu::ContextSupport* ContextSupport() OVERRIDE;
H A Dtest_in_process_context_provider.h27 virtual gpu::ContextSupport* ContextSupport() OVERRIDE;
H A Dtest_context_provider.cc85 gpu::ContextSupport* TestContextProvider::ContextSupport() { function in class:cc::TestContextProvider
H A Dtest_in_process_context_provider.cc68 gpu::ContextSupport* TestInProcessContextProvider::ContextSupport() { function in class:cc::TestInProcessContextProvider
H A Dtest_context_support.h15 class TestContextSupport : public gpu::ContextSupport {
20 // gpu::ContextSupport implementation.
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.h20 class ContextSupport;
72 ::gpu::ContextSupport* GetContextSupport();
H A Dcontext_provider_in_process.h38 virtual ::gpu::ContextSupport* ContextSupport() OVERRIDE;
H A Dcontext_provider_in_process.cc137 ::gpu::ContextSupport* ContextProviderInProcess::ContextSupport() { function in class:webkit::gpu::ContextProviderInProcess
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc164 ::gpu::ContextSupport*
/external/chromium_org/content/browser/compositor/test/
H A Dno_transport_image_transport_factory.cc47 context_provider_->ContextSupport()));
/external/chromium_org/mojo/gles2/
H A Dgles2_context.h40 gpu::ContextSupport* context_support() const { return implementation_.get(); }
/external/chromium_org/content/browser/gpu/
H A Dgpu_ipc_browsertests.cc63 gpu::ContextSupport* context_support_;
/external/chromium_org/cc/resources/
H A Draster_worker_pool_perftest.cc79 virtual gpu::ContextSupport* ContextSupport() OVERRIDE { return &support_; }

Completed in 2097 milliseconds

12