Searched refs:ScopedGLuint (Results 1 – 1 of 1) sorted by relevance
37 class ScopedGLuint {42 ScopedGLuint(gpu::gles2::GLES2Interface* gl, in ScopedGLuint() function53 ~ScopedGLuint() { in ~ScopedGLuint()64 DISALLOW_COPY_AND_ASSIGN(ScopedGLuint);67 class ScopedBuffer : public ScopedGLuint {70 : ScopedGLuint(gl, in ScopedBuffer()75 class ScopedFramebuffer : public ScopedGLuint {78 : ScopedGLuint(gl, in ScopedFramebuffer()83 class ScopedTexture : public ScopedGLuint {86 : ScopedGLuint(gl, in ScopedTexture()