Searched refs:GL_RENDERBUFFER_SAMPLES (Results 1 – 13 of 13) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fRboStateQueryTests.cpp | 343 checkRenderbufferParam(m_testCtx, *this, GL_RENDERBUFFER_SAMPLES, 0); in test() 356 checkRenderbufferParam(m_testCtx, *this, GL_RENDERBUFFER_SAMPLES, 0); in test() 365 checkRenderbufferParamGreaterOrEqual(m_testCtx, *this, GL_RENDERBUFFER_SAMPLES, samples); in test()
|
D | es3fRasterizationTests.cpp | 294 gl.getRenderbufferParameteriv(GL_RENDERBUFFER, GL_RENDERBUFFER_SAMPLES, &m_numSamples); in init()
|
/external/chromium_org/gpu/GLES2/ |
D | gl2extchromium.h | 279 #ifndef GL_RENDERBUFFER_SAMPLES 280 #define GL_RENDERBUFFER_SAMPLES 0x8CAB macro 288 #define GL_RENDERBUFFER_SAMPLES_EXT GL_RENDERBUFFER_SAMPLES
|
/external/chromium_org/gpu/command_buffer/tests/ |
D | gl_chromium_framebuffer_multisample_unittest.cc | 89 GL_RENDERBUFFER, GL_RENDERBUFFER_SAMPLES, ¶m); in TEST_F()
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
D | gl2ext.h | 1677 #ifndef GL_RENDERBUFFER_SAMPLES 1678 #define GL_RENDERBUFFER_SAMPLES 0x8CAB macro 1681 #define GL_RENDERBUFFER_SAMPLES_EXT GL_RENDERBUFFER_SAMPLES
|
/external/deqp/modules/gles31/functional/ |
D | es31fMultisampleShaderRenderCase.cpp | 229 gl.getRenderbufferParameteriv(GL_RENDERBUFFER, GL_RENDERBUFFER_SAMPLES, &queriedSampleCount); in init()
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 287 case GL_RENDERBUFFER_SAMPLES: return "GL_RENDERBUFFER_SAMPLES";
|
/external/chromium_org/third_party/angle/include/GLES3/ |
D | gl3.h | 661 #define GL_RENDERBUFFER_SAMPLES 0x8CAB macro
|
/external/mesa3d/src/mesa/main/ |
D | fbobject.c | 1638 case GL_RENDERBUFFER_SAMPLES: in _mesa_GetRenderbufferParameterivEXT()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 652 #define GL_RENDERBUFFER_SAMPLES 0x8CAB macro
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | fbobject.c | 1638 case GL_RENDERBUFFER_SAMPLES: in _mesa_GetRenderbufferParameterivEXT()
|
/external/mesa3d/include/GL/ |
D | glext.h | 1961 #define GL_RENDERBUFFER_SAMPLES 0x8CAB macro
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
D | glext.h | 1961 #define GL_RENDERBUFFER_SAMPLES 0x8CAB macro
|