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

/external/chromium_org/gpu/command_buffer/client/
H A Dclient_test_helper.cc57 // by CreateTransferBuffer. This is useful for testing expected ids.
67 Buffer MockCommandBufferBase::CreateTransferBuffer(size_t size, int32* id) { function in class:gpu::MockCommandBufferBase
/external/chromium_org/content/renderer/pepper/
H A Dppb_graphics_3d_impl.cc128 int32_t PPB_Graphics3D_Impl::CreateTransferBuffer(uint32_t size) { function in class:content::PPB_Graphics3D_Impl
130 GetCommandBuffer()->CreateTransferBuffer(size, &id);
/external/chromium_org/gpu/command_buffer/service/
H A Dcommand_buffer_service.cc129 Buffer CommandBufferService::CreateTransferBuffer(size_t size, function in class:gpu::CommandBufferService
H A Din_process_command_buffer.cc667 gpu::Buffer InProcessCommandBuffer::CreateTransferBuffer(size_t size, function in class:gpu::InProcessCommandBuffer
671 return command_buffer_->CreateTransferBuffer(size, id);
/external/chromium_org/ppapi/proxy/
H A Dppapi_command_buffer_proxy.cc133 gpu::Buffer PpapiCommandBufferProxy::CreateTransferBuffer(size_t size, function in class:ppapi::proxy::PpapiCommandBufferProxy
H A Dppb_graphics_3d_proxy.cc140 virtual gpu::Buffer CreateTransferBuffer(size_t size,
143 return gpu_command_buffer_->CreateTransferBuffer(size, id);
217 int32_t Graphics3D::CreateTransferBuffer(uint32_t size) { function in class:ppapi::proxy::Graphics3D
432 *id = enter.object()->CreateTransferBuffer(size);
/external/chromium_org/content/common/gpu/client/
H A Dcommand_buffer_proxy_impl.cc253 gpu::Buffer CommandBufferProxyImpl::CreateTransferBuffer(size_t size, function in class:content::CommandBufferProxyImpl

Completed in 312 milliseconds