/external/chromium_org/gpu/command_buffer/client/ |
D | transfer_buffer_unittest.cc | 76 EXPECT_CALL(*command_buffer(), DestroyTransferBuffer(_)) in TearDown() 81 EXPECT_CALL(*command_buffer(), DestroyTransferBuffer(_)) in TearDown() 112 EXPECT_CALL(*command_buffer(), DestroyTransferBuffer(_)) in TEST_F() 123 EXPECT_CALL(*command_buffer(), DestroyTransferBuffer(_)) in TEST_F() 134 EXPECT_CALL(*command_buffer(), DestroyTransferBuffer(_)) in TEST_F() 148 EXPECT_CALL(*command_buffer(), DestroyTransferBuffer(_)) in TEST_F() 163 EXPECT_CALL(*command_buffer(), DestroyTransferBuffer(_)) in TEST_F() 287 EXPECT_CALL(*command_buffer(), DestroyTransferBuffer(_)) in TearDown() 292 EXPECT_CALL(*command_buffer(), DestroyTransferBuffer(_)) in TearDown() 315 EXPECT_CALL(*command_buffer(), DestroyTransferBuffer(_)) in TEST_F() [all …]
|
D | mapped_memory.cc | 36 cmd_buf->DestroyTransferBuffer(chunk->shm_id()); in ~MappedMemoryManager() 127 cmd_buf->DestroyTransferBuffer(chunk->shm_id()); in FreeUnused()
|
D | client_test_helper.h | 68 MOCK_METHOD1(DestroyTransferBuffer, void(int32 id));
|
D | client_test_helper.cc | 130 ON_CALL(*this, DestroyTransferBuffer(_)) in DelegateToFake()
|
D | transfer_buffer.cc | 57 helper_->command_buffer()->DestroyTransferBuffer(buffer_id_); in Free()
|
D | cmd_buffer_helper.cc | 86 command_buffer_->DestroyTransferBuffer(ring_buffer_id_); in FreeResources()
|
/external/chromium_org/gpu/command_buffer/service/ |
D | transfer_buffer_manager_unittest.cc | 69 transfer_buffer_manager_->DestroyTransferBuffer(1); in TEST_F() 93 transfer_buffer_manager_->DestroyTransferBuffer(1); in TEST_F() 100 transfer_buffer_manager_->DestroyTransferBuffer(1); in TEST_F()
|
D | transfer_buffer_manager.h | 26 virtual void DestroyTransferBuffer(int32 id) = 0; 40 virtual void DestroyTransferBuffer(int32 id) OVERRIDE;
|
D | command_buffer_service.cc | 148 void CommandBufferService::DestroyTransferBuffer(int32 id) { in DestroyTransferBuffer() function in gpu::CommandBufferService 149 transfer_buffer_manager_->DestroyTransferBuffer(id); in DestroyTransferBuffer()
|
D | transfer_buffer_manager.cc | 87 void TransferBufferManager::DestroyTransferBuffer(int32 id) { in DestroyTransferBuffer() function in gpu::TransferBufferManager
|
D | command_buffer_service.h | 36 virtual void DestroyTransferBuffer(int32 id) OVERRIDE;
|
D | in_process_command_buffer.h | 91 virtual void DestroyTransferBuffer(int32 id) OVERRIDE;
|
D | in_process_command_buffer.cc | 580 void InProcessCommandBuffer::DestroyTransferBuffer(int32 id) { in DestroyTransferBuffer() function in gpu::InProcessCommandBuffer 582 base::Closure task = base::Bind(&CommandBuffer::DestroyTransferBuffer, in DestroyTransferBuffer()
|
/external/chromium_org/gpu/command_buffer/common/ |
D | command_buffer_mock.h | 33 MOCK_METHOD1(DestroyTransferBuffer, void(int32 id));
|
D | command_buffer.h | 112 virtual void DestroyTransferBuffer(int32 id) = 0;
|
/external/chromium_org/content/renderer/pepper/ |
D | ppb_graphics_3d_impl.cc | 134 PP_Bool PPB_Graphics3D_Impl::DestroyTransferBuffer(int32_t id) { in DestroyTransferBuffer() function in content::PPB_Graphics3D_Impl 135 GetCommandBuffer()->DestroyTransferBuffer(id); in DestroyTransferBuffer()
|
D | ppb_graphics_3d_impl.h | 28 virtual PP_Bool DestroyTransferBuffer(int32_t id) OVERRIDE;
|
/external/chromium_org/ppapi/thunk/ |
D | ppb_graphics_3d_api.h | 36 virtual PP_Bool DestroyTransferBuffer(int32_t id) = 0;
|
/external/chromium_org/ppapi/proxy/ |
D | ppb_graphics_3d_proxy.cc | 95 PP_Bool Graphics3D::DestroyTransferBuffer(int32_t id) { in DestroyTransferBuffer() function in ppapi::proxy::Graphics3D 299 enter.object()->DestroyTransferBuffer(id); in OnMsgDestroyTransferBuffer()
|
D | ppapi_command_buffer_proxy.h | 41 virtual void DestroyTransferBuffer(int32 id) OVERRIDE;
|
D | ppb_graphics_3d_proxy.h | 42 virtual PP_Bool DestroyTransferBuffer(int32_t id) OVERRIDE;
|
D | ppapi_command_buffer_proxy.cc | 124 void PpapiCommandBufferProxy::DestroyTransferBuffer(int32 id) { in DestroyTransferBuffer() function in ppapi::proxy::PpapiCommandBufferProxy
|
/external/chromium_org/content/common/gpu/client/ |
D | command_buffer_proxy_impl.h | 91 virtual void DestroyTransferBuffer(int32 id) OVERRIDE;
|
D | command_buffer_proxy_impl.cc | 299 void CommandBufferProxyImpl::DestroyTransferBuffer(int32 id) { in DestroyTransferBuffer() function in content::CommandBufferProxyImpl
|
/external/chromium_org/content/common/gpu/ |
D | gpu_command_buffer_stub.cc | 693 command_buffer_->DestroyTransferBuffer(id); in OnDestroyTransferBuffer()
|