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::__anon8499::GLInProcessContextImpl
107 return gles2_implementation_.get();
206 share_group = context->gles2_implementation_->share_group();
216 share_group = impl->gles2_implementation_->share_group();
249 gles2_implementation_.reset(new gles2::GLES2Implementation(
262 if (!gles2_implementation_->Initialize(
274 if (gles2_implementation_) {
280 gles2_implementation_->Flush();
282 gles2_implementation_.reset();
gles2_implementation.h 380 GLES2Implementation* gles2_implementation_; member in class:gpu::gles2::GLES2Implementation::SingleThreadChecker
gles2_implementation.cc 74 : gles2_implementation_(gles2_implementation) {
75 CHECK_EQ(0, gles2_implementation_->use_count_);
76 ++gles2_implementation_->use_count_;
80 --gles2_implementation_->use_count_;
81 CHECK_EQ(0, gles2_implementation_->use_count_);
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.h 86 return gles2_implementation_.get();
110 scoped_ptr<gles2::GLES2Implementation> gles2_implementation_; member in class:gpu::GLManager
gl_manager.cc 195 gles2_implementation_.reset(new gles2::GLES2Implementation(
203 ASSERT_TRUE(gles2_implementation_->Initialize(
232 ::gles2::SetGLContext(gles2_implementation_.get());
240 if (gles2_implementation_.get()) {
243 gles2_implementation_->Flush();
244 gles2_implementation_.reset();

Completed in 136 milliseconds