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

  /external/chromium_org/mojo/services/gles2/
command_buffer_impl.cc 71 bool have_context = decoder_->MakeCurrent(); local
72 decoder_->Destroy(have_context);
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.cc 178 bool have_context = IsContextValid(helper_.get()); local
183 if (have_context) {
193 if (fbo_id_ && have_context) {
gpu_command_buffer_stub.cc 224 bool have_context = false; local
235 have_context = true;
285 if (have_context) {
429 bool have_context = false; local
432 have_context = decoder_->MakeCurrent();
438 decoder_->Destroy(have_context);
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.cc 452 bool have_context = context_.get() && context_->MakeCurrent(surface_.get()); local
454 decoder_->Destroy(have_context);

Completed in 66 milliseconds