Searched defs:context_lost (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dbuffer_tracker_unittest.cc36 void set_context_lost(bool context_lost) { argument
37 context_lost_ = context_lost;
H A Dgles2_implementation.cc878 bool context_lost = helper_->IsContextLost(); local
879 if (!context_lost) {
881 context_lost = helper_->IsContextLost();
883 CHECK(context_lost);
884 return context_lost;
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.h163 void set_context_lost(bool context_lost) { context_lost_ = context_lost; } argument

Completed in 133 milliseconds