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

/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.h37 class ScopedGLuint { class in namespace:content
42 ScopedGLuint(gpu::gles2::GLES2Interface* gl, function in class:content::ScopedGLuint
53 ~ScopedGLuint() {
64 DISALLOW_COPY_AND_ASSIGN(ScopedGLuint);
67 class ScopedBuffer : public ScopedGLuint {
70 : ScopedGLuint(gl,
75 class ScopedFramebuffer : public ScopedGLuint {
78 : ScopedGLuint(gl,
83 class ScopedTexture : public ScopedGLuint {
86 : ScopedGLuint(g
[all...]

Completed in 203 milliseconds