Home
last modified time | relevance | path

Searched refs:SetContextLostReason (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
Dcommand_buffer_mock.h37 MOCK_METHOD1(SetContextLostReason,
Dcommand_buffer.h127 virtual void SetContextLostReason(error::ContextLostReason) = 0;
/external/chromium_org/gpu/command_buffer/service/
Dgpu_scheduler.cc94 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason()); in PutChanged()
108 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason()); in PutChanged()
Dcommand_buffer_service.h40 virtual void SetContextLostReason(error::ContextLostReason) OVERRIDE;
Dcommand_buffer_service.cc185 void CommandBufferService::SetContextLostReason( in SetContextLostReason() function in gpu::CommandBufferService
Dgpu_scheduler_unittest.cc176 EXPECT_CALL(*command_buffer_, SetContextLostReason(_)); in TEST_F()
Din_process_command_buffer.h95 virtual void SetContextLostReason(
Din_process_command_buffer.cc228 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason()); in MakeCurrent()
703 void InProcessCommandBuffer::SetContextLostReason( in SetContextLostReason() function in gpu::InProcessCommandBuffer
/external/chromium_org/gpu/command_buffer/client/
Dclient_test_helper.h42 virtual void SetContextLostReason(error::ContextLostReason reason) OVERRIDE;
Dclient_test_helper.cc106 void MockCommandBufferBase::SetContextLostReason( in SetContextLostReason() function in gpu::MockCommandBufferBase
/external/chromium_org/ppapi/proxy/
Dppapi_command_buffer_proxy.h45 virtual void SetContextLostReason(gpu::error::ContextLostReason reason)
Dppapi_command_buffer_proxy.cc196 void PpapiCommandBufferProxy::SetContextLostReason( in SetContextLostReason() function in ppapi::proxy::PpapiCommandBufferProxy
/external/chromium_org/content/common/gpu/client/
Dcommand_buffer_proxy_impl.h95 virtual void SetContextLostReason(
Dcommand_buffer_proxy_impl.cc365 void CommandBufferProxyImpl::SetContextLostReason( in SetContextLostReason() function in content::CommandBufferProxyImpl
/external/chromium_org/content/common/gpu/
Dgpu_command_buffer_stub.cc344 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason()); in MakeCurrent()
964 command_buffer_->SetContextLostReason(gpu::error::kUnknown); in MarkContextLost()