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

  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.h 84 return gles2_implementation_.get();
107 scoped_ptr<gles2::GLES2Implementation> gles2_implementation_; member in class:gpu::GLManager
  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.cc 97 scoped_ptr<gles2::GLES2Implementation> gles2_implementation_; member in class:gpu::__anon10658::GLInProcessContextImpl
158 return gles2_implementation_.get();
250 share_group = context->gles2_implementation_->share_group();
286 gles2_implementation_.reset(new gles2::GLES2Implementation(
298 if (!gles2_implementation_->Initialize(
313 if (gles2_implementation_) {
319 gles2_implementation_->Flush();
321 gles2_implementation_.reset();
gles2_implementation.h 344 GLES2Implementation* gles2_implementation_; member in class:gpu::gles2::GLES2Implementation::SingleThreadChecker

Completed in 319 milliseconds