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

/external/chromium_org/gpu/command_buffer/service/
H A Dcommand_buffer_service.h35 virtual void SetContextLostReason(error::ContextLostReason) = 0;
64 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.cc172 void CommandBufferService::SetContextLostReason( function in class:gpu::CommandBufferService
H A Dgpu_scheduler_unittest.cc179 EXPECT_CALL(*command_buffer_, SetContextLostReason(_));
H A Din_process_command_buffer.cc242 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
/external/chromium_org/gpu/command_buffer/common/
H A Dcommand_buffer_mock.h38 MOCK_METHOD1(SetContextLostReason,
/external/chromium_org/gpu/command_buffer/client/
H A Dclient_test_helper.cc107 void MockCommandBufferBase::SetContextLostReason( function in class:gpu::MockCommandBufferBase
H A Dclient_test_helper.h43 virtual void SetContextLostReason(error::ContextLostReason reason) OVERRIDE;
/external/chromium_org/content/common/gpu/
H A Dgpu_command_buffer_stub.cc396 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
1096 command_buffer_->SetContextLostReason(gpu::error::kUnknown);

Completed in 135 milliseconds