/third_party/vk-gl-cts/framework/platform/null/ |
H A D | tcuNullRenderContext.cpp | 407 case GL_SAMPLE_BUFFERS: in glGetIntegerv()
|
/third_party/glfw/tests/ |
H A D | glfwinfo.c | 870 glGetIntegerv(GL_SAMPLE_BUFFERS, &samplebuffers); in main()
|
/third_party/openGLES/api/GLSC2/ |
H A D | glsc2.h | 165 #define GL_SAMPLE_BUFFERS 0x80A8 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
H A D | glsc2.h | 186 #define GL_SAMPLE_BUFFERS 0x80A8 macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.cpp | 2013 case GL_SAMPLE_BUFFERS: in getIntegerv() 2023 case GL_SAMPLE_BUFFERS: in getIntegerv() 2593 case GL_SAMPLE_BUFFERS: in getQueryParameterInfo()
|
/third_party/mesa3d/include/GLES/ |
H A D | gl.h | 232 #define GL_SAMPLE_BUFFERS 0x80A8 macro
|
/third_party/openGLES/api/GLES/ |
H A D | gl.h | 213 #define GL_SAMPLE_BUFFERS 0x80A8 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES/ |
H A D | gl.h | 232 #define GL_SAMPLE_BUFFERS 0x80A8 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/ |
H A D | gl.h | 232 #define GL_SAMPLE_BUFFERS 0x80A8 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | State.cpp | 2790 case GL_SAMPLE_BUFFERS: 2799 case GL_SAMPLE_BUFFERS:
|
/third_party/glfw/deps/glad/ |
H A D | gles2.h | 360 #define GL_SAMPLE_BUFFERS 0x80A8 macro
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2.h | 192 #define GL_SAMPLE_BUFFERS 0x80A8 macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2.h | 173 #define GL_SAMPLE_BUFFERS 0x80A8 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 271 #define GL_SAMPLE_BUFFERS 0x80A8 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2.h | 192 #define GL_SAMPLE_BUFFERS 0x80A8 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2.h | 192 #define GL_SAMPLE_BUFFERS 0x80A8 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2.h | 173 #define GL_SAMPLE_BUFFERS 0x80A8 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES/ |
H A D | gl.h | 236 #define GL_SAMPLE_BUFFERS 0x80A8 macro
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fNegativeBufferApiTests.cpp | 271 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if GL_READ_FRAMEBUFFER_BINDING is non-zero, the read framebuffer is complete, and the value of GL_SAMPLE_BUFFERS for the read framebuffer is greater than zero."); in init() 285 glGetIntegerv (GL_SAMPLE_BUFFERS, &sampleBuffers); in init() 286 m_log << TestLog::Message << "// GL_SAMPLE_BUFFERS: " << sampleBuffers << TestLog::EndMessage; in init() 291 m_log << TestLog::Message << "// ERROR: expected GL_READ_FRAMEBUFFER_BINDING to be non-zero and GL_SAMPLE_BUFFERS to be greater than zero" << TestLog::EndMessage; in init() 1217 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the value of GL_SAMPLE_BUFFERS for the draw buffer is greater than zero."); in init() 1224 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if GL_SAMPLE_BUFFERS for the read buffer is greater than zero and the formats of draw and read buffers are not identical."); in init() 1231 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if GL_SAMPLE_BUFFERS for the read buffer is greater than zero and the source and destination rectangles are not defined with the same (X0, Y0) and (X1, Y1) bounds."); in init()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | fbobject.c | 2005 case GL_SAMPLE_BUFFERS: in validate_get_framebuffer_parameteriv_pname() 2083 case GL_SAMPLE_BUFFERS: in get_framebuffer_parameteriv()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 3808 GL_SAMPLE_BUFFERS, in TestDefaultFramebuffer() 3815 "GL_SAMPLE_BUFFERS", in TestDefaultFramebuffer() 3872 GL_SAMPLE_BUFFERS, in TestCustomFramebuffer() 3884 "GL_SAMPLE_BUFFERS", in TestCustomFramebuffer() 6719 GL_SAMPLE_BUFFERS, in PrepareObjects()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeBufferApiTests.cpp | 332 ctx.beginSection("GL_INVALID_OPERATION is generated if GL_READ_FRAMEBUFFER_BINDING is non-zero, the read framebuffer is complete, and the value of GL_SAMPLE_BUFFERS for the read framebuffer is greater than zero."); in read_pixels_fbo_format_mismatch() 346 ctx.glGetIntegerv (GL_SAMPLE_BUFFERS, &sampleBuffers); in read_pixels_fbo_format_mismatch() 347 ctx.getLog() << TestLog::Message << "// GL_SAMPLE_BUFFERS: " << sampleBuffers << TestLog::EndMessage; in read_pixels_fbo_format_mismatch() 352 ctx.getLog() << TestLog::Message << "// ERROR: expected GL_READ_FRAMEBUFFER_BINDING to be non-zero and GL_SAMPLE_BUFFERS to be greater than zero" << TestLog::EndMessage; in read_pixels_fbo_format_mismatch() 1524 ctx.beginSection("GL_INVALID_OPERATION is generated if the value of GL_SAMPLE_BUFFERS for the draw buffer is greater than zero."); in blit_framebuffer_multisample() 1531 ctx.beginSection("GL_INVALID_OPERATION is generated if GL_SAMPLE_BUFFERS for the read buffer is greater than zero and the formats of draw and read buffers are not identical."); in blit_framebuffer_multisample() 1538 ctx.beginSection("GL_INVALID_OPERATION is generated if GL_SAMPLE_BUFFERS for the read buffer is greater than zero and the source and destination rectangles are not defined with the same (X0, Y0) and (X1, Y1) bounds."); in blit_framebuffer_multisample()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fIntegerStateQueryTests.cpp | 694 m_log << tcu::TestLog::Message << "Sample count is " << (m_context.getRenderTarget().getNumSamples()) << ", expecting GL_SAMPLE_BUFFERS to be " << expectedSampleBuffers << tcu::TestLog::EndMessage; in test() 696 m_verifier->verifyInteger(m_testCtx, GL_SAMPLE_BUFFERS, expectedSampleBuffers); in test()
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 192 #define GL_SAMPLE_BUFFERS 0x80A8 macro
|
/third_party/mesa3d/include/GL/ |
H A D | gl.h | 1777 #define GL_SAMPLE_BUFFERS 0x80A8 macro
|