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

  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 363 bool have_context = false; local
366 have_context = decoder_->MakeCurrent();
372 decoder_->Destroy(have_context);
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.cc 497 bool have_context = context_ && context_->MakeCurrent(surface_); local
499 decoder_->Destroy(have_context);

Completed in 34 milliseconds