Searched refs:gles2_implementation_ (Results 1 – 5 of 5) sorted by relevance
81 scoped_ptr<gles2::GLES2Implementation> gles2_implementation_; member in gpu::__anon33bc56710111::GLInProcessContextImpl110 return gles2_implementation_.get(); in GetImplementation()161 share_group = context->gles2_implementation_->share_group(); in Initialize()171 share_group = impl->gles2_implementation_->share_group(); in Initialize()205 gles2_implementation_.reset( in Initialize()218 if (!gles2_implementation_->Initialize( in Initialize()230 if (gles2_implementation_) { in Destroy()236 gles2_implementation_->Flush(); in Destroy()238 gles2_implementation_.reset(); in Destroy()
75 : gles2_implementation_(gles2_implementation) { in SingleThreadChecker()76 CHECK_EQ(0, gles2_implementation_->use_count_); in SingleThreadChecker()77 ++gles2_implementation_->use_count_; in SingleThreadChecker()81 --gles2_implementation_->use_count_; in ~SingleThreadChecker()82 CHECK_EQ(0, gles2_implementation_->use_count_); in ~SingleThreadChecker()
394 GLES2Implementation* gles2_implementation_; in NON_EXPORTED_BASE()
236 gles2_implementation_.reset( in Initialize()244 ASSERT_TRUE(gles2_implementation_->Initialize( in Initialize()273 ::gles2::SetGLContext(gles2_implementation_.get()); in MakeCurrent()281 if (gles2_implementation_.get()) { in Destroy()284 gles2_implementation_->Flush(); in Destroy()285 gles2_implementation_.reset(); in Destroy()
83 return gles2_implementation_.get(); in gles2_implementation()125 scoped_ptr<gles2::GLES2Implementation> gles2_implementation_; variable