HomeSort by relevance Sort by last modified time
    Searched refs:gles2_implementation_ (Results 1 - 5 of 5) 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
gl_manager.cc 198 gles2_implementation_.reset(new gles2::GLES2Implementation(
205 ASSERT_TRUE(gles2_implementation_->Initialize(
232 ::gles2::SetGLContext(gles2_implementation_.get());
240 if (gles2_implementation_.get()) {
243 gles2_implementation_->Flush();
244 gles2_implementation_.reset();
  /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
gles2_implementation.cc 74 : gles2_implementation_(gles2_implementation) {
75 GPU_CHECK_EQ(0, gles2_implementation_->use_count_);
76 ++gles2_implementation_->use_count_;
80 --gles2_implementation_->use_count_;
81 GPU_CHECK_EQ(0, gles2_implementation_->use_count_);
    [all...]

Completed in 93 milliseconds