OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetContextLostReason
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.h
188
virtual error::ContextLostReason
GetContextLostReason
() = 0;
gles2_cmd_decoder_mock.h
86
MOCK_METHOD0(
GetContextLostReason
, error::ContextLostReason());
gpu_scheduler.cc
94
command_buffer_->SetContextLostReason(decoder_->
GetContextLostReason
());
108
command_buffer_->SetContextLostReason(decoder_->
GetContextLostReason
());
gpu_scheduler_unittest.cc
177
EXPECT_CALL(*decoder_,
GetContextLostReason
())
in_process_command_buffer.cc
228
command_buffer_->SetContextLostReason(decoder_->
GetContextLostReason
());
gles2_cmd_decoder.cc
668
virtual error::ContextLostReason
GetContextLostReason
() OVERRIDE;
[
all
...]
/external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc
344
command_buffer_->SetContextLostReason(decoder_->
GetContextLostReason
());
[
all
...]
Completed in 97 milliseconds