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

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

Completed in 237 milliseconds