Searched defs:DestroyTransferBuffer (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dtransfer_buffer_manager.cc71 void TransferBufferManager::DestroyTransferBuffer(int32 id) { function in class:gpu::TransferBufferManager
H A Dcommand_buffer_service.cc138 void CommandBufferService::DestroyTransferBuffer(int32 id) { function in class:gpu::CommandBufferService
139 transfer_buffer_manager_->DestroyTransferBuffer(id);
H A Din_process_command_buffer.cc598 void InProcessCommandBuffer::DestroyTransferBuffer(int32 id) { function in class:gpu::InProcessCommandBuffer
610 command_buffer_->DestroyTransferBuffer(id);
/external/chromium_org/mojo/services/gles2/
H A Dcommand_buffer_impl.cc187 void CommandBufferImpl::DestroyTransferBuffer(int32_t id) { function in class:mojo::CommandBufferImpl
188 command_buffer_->DestroyTransferBuffer(id);
/external/chromium_org/content/renderer/pepper/
H A Dppb_graphics_3d_impl.cc114 PP_Bool PPB_Graphics3D_Impl::DestroyTransferBuffer(int32_t id) { function in class:content::PPB_Graphics3D_Impl
115 GetCommandBuffer()->DestroyTransferBuffer(id);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dgraphics_3d_resource.cc97 PP_Bool Graphics3DResource::DestroyTransferBuffer(int32_t id) { function in class:mojo::examples::Graphics3DResource
/external/chromium_org/ppapi/proxy/
H A Dppapi_command_buffer_proxy.cc140 void PpapiCommandBufferProxy::DestroyTransferBuffer(int32 id) { function in class:ppapi::proxy::PpapiCommandBufferProxy
H A Dppb_graphics_3d_proxy.cc83 PP_Bool Graphics3D::DestroyTransferBuffer(int32_t id) { function in class:ppapi::proxy::Graphics3D
323 enter.object()->DestroyTransferBuffer(id);
/external/chromium_org/content/common/gpu/client/
H A Dcommand_buffer_proxy_impl.cc289 void CommandBufferProxyImpl::DestroyTransferBuffer(int32 id) { function in class:content::CommandBufferProxyImpl
/external/chromium_org/mojo/gles2/
H A Dcommand_buffer_client_impl.cc184 void CommandBufferClientImpl::DestroyTransferBuffer(int32 id) { function in class:mojo::gles2::CommandBufferClientImpl
185 command_buffer_->DestroyTransferBuffer(id);

Completed in 711 milliseconds