Searched defs:CreateTransferBuffer (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcommand_buffer_service.cc118 scoped_refptr<Buffer> CommandBufferService::CreateTransferBuffer(size_t size, function in class:gpu::CommandBufferService
H A Din_process_command_buffer.cc591 scoped_refptr<Buffer> InProcessCommandBuffer::CreateTransferBuffer(size_t size, function in class:gpu::InProcessCommandBuffer
595 return command_buffer_->CreateTransferBuffer(size, id);
/external/chromium_org/content/renderer/pepper/
H A Dppb_graphics_3d_impl.cc108 scoped_refptr<gpu::Buffer> PPB_Graphics3D_Impl::CreateTransferBuffer( function in class:content::PPB_Graphics3D_Impl
111 return GetCommandBuffer()->CreateTransferBuffer(size, id);
/external/chromium_org/gpu/command_buffer/client/
H A Dclient_test_helper.cc56 // by CreateTransferBuffer. This is useful for testing expected ids.
66 scoped_refptr<gpu::Buffer> MockCommandBufferBase::CreateTransferBuffer( function in class:gpu::MockCommandBufferBase
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dgraphics_3d_resource.cc90 scoped_refptr<gpu::Buffer> Graphics3DResource::CreateTransferBuffer( function in class:mojo::examples::Graphics3DResource
/external/chromium_org/ppapi/proxy/
H A Dppapi_command_buffer_proxy.cc106 scoped_refptr<gpu::Buffer> PpapiCommandBufferProxy::CreateTransferBuffer( function in class:ppapi::proxy::PpapiCommandBufferProxy
H A Dppb_graphics_3d_proxy.cc76 scoped_refptr<gpu::Buffer> Graphics3D::CreateTransferBuffer( function in class:ppapi::proxy::Graphics3D
304 enter.object()->CreateTransferBuffer(size, id);
/external/chromium_org/content/common/gpu/client/
H A Dcommand_buffer_proxy_impl.cc249 scoped_refptr<gpu::Buffer> CommandBufferProxyImpl::CreateTransferBuffer( function in class:content::CommandBufferProxyImpl
/external/chromium_org/mojo/gles2/
H A Dcommand_buffer_client_impl.cc161 scoped_refptr<gpu::Buffer> CommandBufferClientImpl::CreateTransferBuffer( function in class:mojo::gles2::CommandBufferClientImpl

Completed in 299 milliseconds