/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fRboStateQueryTests.cpp | 344 checkRenderbufferParam(m_testCtx, *this, GL_RENDERBUFFER_SAMPLES, 0); in test() 357 checkRenderbufferParam(m_testCtx, *this, GL_RENDERBUFFER_SAMPLES, 0); in test() 366 checkRenderbufferParamGreaterOrEqual(m_testCtx, *this, GL_RENDERBUFFER_SAMPLES, samples); in test()
|
H A D | es3fRasterizationTests.cpp | 299 gl.getRenderbufferParameteriv(GL_RENDERBUFFER, GL_RENDERBUFFER_SAMPLES, &m_numSamples);
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | RenderbufferMultisampleTest.cpp | 86 // use 8 samples, and return 8 when GL_RENDERBUFFER_SAMPLES is queried. 107 // that's between those two samples counts (e.g. 3) and ensure that GL_RENDERBUFFER_SAMPLES in TEST_P() 117 glGetRenderbufferParameteriv(GL_RENDERBUFFER, GL_RENDERBUFFER_SAMPLES, in TEST_P()
|
H A D | MultisampleCompatibilityTest.cpp | 71 glGetRenderbufferParameteriv(GL_RENDERBUFFER, GL_RENDERBUFFER_SAMPLES, ¶m); in prepareForDraw() 303 glGetRenderbufferParameteriv(GL_RENDERBUFFER, GL_RENDERBUFFER_SAMPLES, ¶m); in prepareForDraw()
|
H A D | FramebufferMixedSamplesTest.cpp | 90 glGetRenderbufferParameteriv(GL_RENDERBUFFER, GL_RENDERBUFFER_SAMPLES, ¶m); in prepareForDraw()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fMultisampleShaderRenderCase.cpp | 235 gl.getRenderbufferParameteriv(GL_RENDERBUFFER, GL_RENDERBUFFER_SAMPLES, &queriedSampleCount);
|
H A D | es31fTextureMultisampleTests.cpp | 1806 gl.glGetRenderbufferParameteriv(GL_RENDERBUFFER, GL_RENDERBUFFER_SAMPLES, &fbSamples);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 616 #define GL_RENDERBUFFER_SAMPLES 0x8CAB macro
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcFramebufferCompleteness.cpp | 230 gl.getRenderbufferParameteriv(GL_RENDERBUFFER, GL_RENDERBUFFER_SAMPLES, &minSamplesRbo); in isDifferentRboSampleCountsSupported()
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 840 #define GL_RENDERBUFFER_SAMPLES 0x8CAB macro
|
H A D | gl3.h | 840 #define GL_RENDERBUFFER_SAMPLES 0x8CAB macro
|
H A D | gl32.h | 840 #define GL_RENDERBUFFER_SAMPLES 0x8CAB macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 821 #define GL_RENDERBUFFER_SAMPLES 0x8CAB macro
|
H A D | gl31.h | 821 #define GL_RENDERBUFFER_SAMPLES 0x8CAB macro
|
H A D | gl32.h | 821 #define GL_RENDERBUFFER_SAMPLES 0x8CAB macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES3/ |
H A D | gl3.h | 840 #define GL_RENDERBUFFER_SAMPLES 0x8CAB macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl3.h | 840 #define GL_RENDERBUFFER_SAMPLES 0x8CAB macro
|
H A D | gl31.h | 842 #define GL_RENDERBUFFER_SAMPLES 0x8CAB macro
|
H A D | gl32.h | 842 #define GL_RENDERBUFFER_SAMPLES 0x8CAB macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl3.h | 821 #define GL_RENDERBUFFER_SAMPLES 0x8CAB macro
|
H A D | gl31.h | 821 #define GL_RENDERBUFFER_SAMPLES 0x8CAB macro
|
H A D | gl32.h | 821 #define GL_RENDERBUFFER_SAMPLES 0x8CAB macro
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 9025 GL_RENDERBUFFER_INTERNAL_FORMAT, GL_RENDERBUFFER_SAMPLES, in iterate() 9032 "GL_RENDERBUFFER_SAMPLES", "GL_RENDERBUFFER_RED_SIZE", "GL_RENDERBUFFER_GREEN_SIZE", in iterate() 9693 GL_RENDERBUFFER_INTERNAL_FORMAT, GL_RENDERBUFFER_SAMPLES, in PrepareObjects()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | fbobject.c | 3087 case GL_RENDERBUFFER_SAMPLES: in get_render_buffer_parameteriv()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | libGLESv2.cpp | 3107 case GL_RENDERBUFFER_SAMPLES: *params = renderbuffer->getSamples(); break; in GetRenderbufferParameteriv()
|