Searched defs:WebGraphicsContext3DInProcessCommandBufferImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc34 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl>
35 WebGraphicsContext3DInProcessCommandBufferImpl::CreateViewContext(
41 return make_scoped_ptr(new WebGraphicsContext3DInProcessCommandBufferImpl(
50 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl>
51 WebGraphicsContext3DInProcessCommandBufferImpl::CreateOffscreenContext(
55 return make_scoped_ptr(new WebGraphicsContext3DInProcessCommandBufferImpl(
63 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl>
64 WebGraphicsContext3DInProcessCommandBufferImpl::WrapContext(
69 return make_scoped_ptr(new WebGraphicsContext3DInProcessCommandBufferImpl(
77 WebGraphicsContext3DInProcessCommandBufferImpl
78 WebGraphicsContext3DInProcessCommandBufferImpl( function in class:webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl
[all...]
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.h36 class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessCommandBufferImpl class in namespace:webkit::gpu
43 static scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl>
49 static scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl>
54 static scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl>
59 virtual ~WebGraphicsContext3DInProcessCommandBufferImpl();
79 WebGraphicsContext3DInProcessCommandBufferImpl(

Completed in 233 milliseconds