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

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.h 191 virtual error::ContextLostReason GetContextLostReason() = 0;
gles2_cmd_decoder_mock.h 86 MOCK_METHOD0(GetContextLostReason, error::ContextLostReason());
gpu_scheduler.cc 93 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
107 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
gpu_scheduler_unittest.cc 177 EXPECT_CALL(*decoder_, GetContextLostReason())
in_process_command_buffer.cc 273 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
gles2_cmd_decoder.cc 649 virtual error::ContextLostReason GetContextLostReason() OVERRIDE;
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 338 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
    [all...]

Completed in 118 milliseconds