Searched defs:GL_RENDERBUFFER (Results 1 - 10 of 10) 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/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 255 milliseconds