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

/external/chromium_org/content/common/gpu/client/
H A Dgpu_in_process_context_tests.cc17 using webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl;
23 context_ = WebGraphicsContext3DInProcessCommandBufferImpl::
34 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> context_;
H A Dgl_helper_benchmark.cc65 context_ = webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl::
112 scoped_ptr<webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl>
H A Dgl_helper_unittests.cc49 using webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl;
67 context_ = WebGraphicsContext3DInProcessCommandBufferImpl::
1200 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> context_;
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc73 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl>
74 WebGraphicsContext3DInProcessCommandBufferImpl::CreateViewContext(
77 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> context;
79 context.reset(new WebGraphicsContext3DInProcessCommandBufferImpl(
86 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl>
87 WebGraphicsContext3DInProcessCommandBufferImpl::CreateOffscreenContext(
89 return make_scoped_ptr(new WebGraphicsContext3DInProcessCommandBufferImpl(
97 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl>
98 WebGraphicsContext3DInProcessCommandBufferImpl::WrapContext(
102 new WebGraphicsContext3DInProcessCommandBufferImpl(
111 WebGraphicsContext3DInProcessCommandBufferImpl( function in class:webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl
[all...]
H A Dcontext_provider_in_process.h26 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> context3d,
51 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> context3d,
63 scoped_ptr<webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl>
H A Dcontext_provider_in_process.cc42 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> context3d,
60 WebGraphicsContext3DInProcessCommandBufferImpl::CreateOffscreenContext(
65 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> context3d,
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.h49 class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessCommandBufferImpl class in namespace:webkit::gpu
52 static scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl>
57 static scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl>
61 static scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl>
66 virtual ~WebGraphicsContext3DInProcessCommandBufferImpl();
563 WebGraphicsContext3DInProcessCommandBufferImpl(
/external/chromium_org/ui/compositor/test/
H A Ddefault_context_factory.cc41 using webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl;
42 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> context3d(
43 WebGraphicsContext3DInProcessCommandBufferImpl::CreateViewContext(
/external/chromium_org/content/browser/android/in_process/
H A Dsynchronous_compositor_factory_impl.cc31 using webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl;
43 WebGraphicsContext3DInProcessCommandBufferImpl::ConvertAttributes(
54 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> WrapContext(
57 return scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl>();
59 return scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl>(
60 WebGraphicsContext3DInProcessCommandBufferImpl::WrapContext(
98 using webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl;
H A Dsynchronous_compositor_factory_impl.h24 class WebGraphicsContext3DInProcessCommandBufferImpl;
/external/chromium_org/cc/test/
H A Dlayer_tree_pixel_test.cc237 using webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl;
239 WebGraphicsContext3DInProcessCommandBufferImpl::CreateOffscreenContext(
328 using webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl;
330 WebGraphicsContext3DInProcessCommandBufferImpl::CreateOffscreenContext(

Completed in 456 milliseconds