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

  /external/chromium_org/gpu/command_buffer/client/
buffer_tracker_unittest.cc 36 void set_context_lost(bool context_lost) {
37 context_lost_ = context_lost;
gles2_implementation.cc 818 bool context_lost = helper_->IsContextLost(); local
819 if (!context_lost) {
821 context_lost = helper_->IsContextLost();
823 GPU_CHECK(context_lost);
824 return context_lost;
    [all...]

Completed in 57 milliseconds