HomeSort by relevance Sort by last modified time
    Searched refs:SetContextLostReason (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/gpu/command_buffer/common/
command_buffer_mock.h 38 MOCK_METHOD1(SetContextLostReason,
  /external/chromium_org/gpu/command_buffer/service/
command_buffer_service.h 35 virtual void SetContextLostReason(error::ContextLostReason) = 0;
64 virtual void SetContextLostReason(error::ContextLostReason) OVERRIDE;
gpu_scheduler.cc 94 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
108 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
command_buffer_service.cc 172 void CommandBufferService::SetContextLostReason(
gpu_scheduler_unittest.cc 179 EXPECT_CALL(*command_buffer_, SetContextLostReason(_));
in_process_command_buffer.cc 242 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
  /external/chromium_org/gpu/command_buffer/client/
client_test_helper.cc 107 void MockCommandBufferBase::SetContextLostReason(
client_test_helper.h 43 virtual void SetContextLostReason(error::ContextLostReason reason) OVERRIDE;
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 396 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
    [all...]

Completed in 339 milliseconds