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 57 bool have_context = decoder_->MakeCurrent(); local
58 decoder_->Destroy(have_context);
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.cc 177 bool have_context = IsContextValid(helper_.get()); local
182 if (have_context) {
192 if (fbo_id_ && have_context) {
gpu_command_buffer_stub.cc 189 bool have_context = false; local
201 have_context = true;
252 if (have_context) {
396 bool have_context = false; local
399 have_context = decoder_->MakeCurrent();
405 decoder_->Destroy(have_context);
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.cc 449 bool have_context = context_ && context_->MakeCurrent(surface_); local
451 decoder_->Destroy(have_context);

Completed in 211 milliseconds