OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WasContextLost
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.h
221
virtual bool
WasContextLost
() = 0;
gles2_cmd_decoder_mock.h
111
MOCK_METHOD0(
WasContextLost
, bool());
gpu_scheduler.cc
107
if (!error::IsError(error) && decoder_->
WasContextLost
()) {
gles2_cmd_decoder.cc
[
all
...]
/external/chromium_org/content/common/gpu/
texture_image_transport_surface.cc
34
helper->stub()->decoder()->
WasContextLost
();
Completed in 40 milliseconds