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 198 virtual error::ContextLostReason GetContextLostReason() = 0;
gpu_scheduler.cc 94 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
108 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
gles2_cmd_decoder_mock.h 101 MOCK_METHOD0(GetContextLostReason, error::ContextLostReason());
gpu_scheduler_unittest.cc 180 EXPECT_CALL(*decoder_, GetContextLostReason())
in_process_command_buffer.cc 242 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
gles2_cmd_decoder.cc 693 virtual error::ContextLostReason GetContextLostReason() OVERRIDE;
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 396 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
    [all...]

Completed in 73 milliseconds