Searched defs:GL_RENDERBUFFER (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fFboRenderTest.cpp251 GLenum colorbufferType; //!< GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP, GL_RENDERBUFFER
254 GLenum depthbufferType; //!< GL_RENDERBUFFER
257 GLenum stencilbufferType; //!< GL_RENDERBUFFER
294 case GL_RENDERBUFFER: name += "rbo_"; break;
302 DE_ASSERT(depthbufferType == GL_RENDERBUFFER);
310 DE_ASSERT(stencilbufferType == GL_RENDERBUFFER);
447 case GL_RENDERBUFFER:
449 context.framebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, m_colorbuffer);
457 if (m_config.depthbufferType == GL_RENDERBUFFER)
460 context.framebufferRenderbuffer(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_RENDERBUFFER, m_depthbuffe
1337 DE_ASSERT(getConfig().colorbufferType == GL_RENDERBUFFER); local
[all...]
/external/mesa3d/include/GLES2/
H A Dgl2.h428 #define GL_RENDERBUFFER 0x8D41 macro
/external/mesa3d/include/GL/
H A Dglext.h651 /* reuse GL_RENDERBUFFER */
1993 #define GL_RENDERBUFFER 0x8D41 macro
2825 /* reuse GL_RENDERBUFFER */
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 336 milliseconds