/external/chromium_org/gpu/command_buffer/common/ |
D | command_buffer_mock.h | 37 MOCK_METHOD1(SetContextLostReason,
|
D | command_buffer.h | 127 virtual void SetContextLostReason(error::ContextLostReason) = 0;
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gpu_scheduler.cc | 94 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason()); in PutChanged() 108 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason()); in PutChanged()
|
D | command_buffer_service.h | 40 virtual void SetContextLostReason(error::ContextLostReason) OVERRIDE;
|
D | command_buffer_service.cc | 185 void CommandBufferService::SetContextLostReason( in SetContextLostReason() function in gpu::CommandBufferService
|
D | gpu_scheduler_unittest.cc | 176 EXPECT_CALL(*command_buffer_, SetContextLostReason(_)); in TEST_F()
|
D | in_process_command_buffer.h | 95 virtual void SetContextLostReason(
|
D | in_process_command_buffer.cc | 228 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason()); in MakeCurrent() 703 void InProcessCommandBuffer::SetContextLostReason( in SetContextLostReason() function in gpu::InProcessCommandBuffer
|
/external/chromium_org/gpu/command_buffer/client/ |
D | client_test_helper.h | 42 virtual void SetContextLostReason(error::ContextLostReason reason) OVERRIDE;
|
D | client_test_helper.cc | 106 void MockCommandBufferBase::SetContextLostReason( in SetContextLostReason() function in gpu::MockCommandBufferBase
|
/external/chromium_org/ppapi/proxy/ |
D | ppapi_command_buffer_proxy.h | 45 virtual void SetContextLostReason(gpu::error::ContextLostReason reason)
|
D | ppapi_command_buffer_proxy.cc | 196 void PpapiCommandBufferProxy::SetContextLostReason( in SetContextLostReason() function in ppapi::proxy::PpapiCommandBufferProxy
|
/external/chromium_org/content/common/gpu/client/ |
D | command_buffer_proxy_impl.h | 95 virtual void SetContextLostReason(
|
D | command_buffer_proxy_impl.cc | 365 void CommandBufferProxyImpl::SetContextLostReason( in SetContextLostReason() function in content::CommandBufferProxyImpl
|
/external/chromium_org/content/common/gpu/ |
D | gpu_command_buffer_stub.cc | 344 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason()); in MakeCurrent() 964 command_buffer_->SetContextLostReason(gpu::error::kUnknown); in MarkContextLost()
|