HomeSort by relevance Sort by last modified time
    Searched refs:gl_helper_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/browser/aura/
reflector_impl.cc 37 gl_helper_->CopyTextureFullImage(texture_id_, texture_size_);
59 gl_helper_.reset();
71 gl_helper_.reset(new GLHelper(output_surface->context3d()));
89 gl_helper_->ResizeTexture(texture_id_, size);
99 gl_helper_->CopyTextureFullImage(texture_id_, texture_size_);
109 gl_helper_->CopyTextureSubImage(texture_id_, rect);
reflector_impl.h 108 scoped_ptr<GLHelper> gl_helper_; member in class:content::ReflectorImpl
gpu_process_transport_factory.h 95 scoped_ptr<GLHelper> gl_helper_; member in class:content::GpuProcessTransportFactory
gpu_process_transport_factory.cc 308 gl_helper_.reset();
360 if (!gl_helper_) {
364 gl_helper_.reset(new GLHelper(context_for_main_thread));
366 return gl_helper_.get();
510 scoped_ptr<GLHelper> old_helper(gl_helper_.release());
  /external/chromium_org/content/browser/renderer_host/
image_transport_factory_android.cc 101 scoped_ptr<GLHelper> gl_helper_; member in class:content::__anon10111::CmdBufferImageTransportFactory
187 if (!gl_helper_)
188 gl_helper_.reset(new GLHelper(context_.get()));
190 return gl_helper_.get();

Completed in 200 milliseconds