Searched refs:ScopedBinder (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.h92 class ScopedBinder { class in namespace:content
96 ScopedBinder(gpu::gles2::GLES2Interface* gl, GLuint id, BindFunc bind_func) function in class:content::ScopedBinder
101 virtual ~ScopedBinder() { (gl_->*bind_func_)(Target, 0); }
107 DISALLOW_COPY_AND_ASSIGN(ScopedBinder);
111 class ScopedBufferBinder : ScopedBinder<Target> {
114 : ScopedBinder<Target>(gl, id, &gpu::gles2::GLES2Interface::BindBuffer) {}
118 class ScopedFramebufferBinder : ScopedBinder<Target> {
121 : ScopedBinder<Target>(gl,
127 class ScopedTextureBinder : ScopedBinder<Target> {
130 : ScopedBinder<Targe
[all...]

Completed in 65 milliseconds