Home
last modified time | relevance | path

Searched refs:ScopedGLuint (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/common/gpu/client/
Dgl_helper.h37 class ScopedGLuint {
42 ScopedGLuint(gpu::gles2::GLES2Interface* gl, in ScopedGLuint() function
53 ~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()