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/client/
gl_in_process_context.cc 81 scoped_ptr<gles2::GLES2Implementation> gles2_implementation_; member in class:gpu::__anon13017::GLInProcessContextImpl
110 return gles2_implementation_.get();
161 share_group = context->gles2_implementation_->share_group();
171 share_group = impl->gles2_implementation_->share_group();
205 gles2_implementation_.reset(
218 if (!gles2_implementation_->Initialize(
230 if (gles2_implementation_) {
236 gles2_implementation_->Flush();
238 gles2_implementation_.reset();
gles2_implementation.h 394 GLES2Implementation* gles2_implementation_; member in class:gpu::gles2::GLES2Implementation::SingleThreadChecker
gles2_implementation.cc 75 : gles2_implementation_(gles2_implementation) {
76 CHECK_EQ(0, gles2_implementation_->use_count_);
77 ++gles2_implementation_->use_count_;
81 --gles2_implementation_->use_count_;
82 CHECK_EQ(0, gles2_implementation_->use_count_);
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.h 83 return gles2_implementation_.get();
125 scoped_ptr<gles2::GLES2Implementation> gles2_implementation_; member in class:gpu::GLManager
gl_manager.cc 236 gles2_implementation_.reset(
244 ASSERT_TRUE(gles2_implementation_->Initialize(
273 ::gles2::SetGLContext(gles2_implementation_.get());
281 if (gles2_implementation_.get()) {
284 gles2_implementation_->Flush();
285 gles2_implementation_.reset();

Completed in 81 milliseconds