/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cConditionalRenderInvertedTests.cpp | 149 gl.beginQuery(GL_SAMPLES_PASSED, m_qo_id); in createQueryObject() 152 gl.endQuery(GL_SAMPLES_PASSED); in createQueryObject() 256 static const glw::GLenum query_cases[] = { GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED }; in iterate() 798 static const glw::GLchar* samples_name = "GL_SAMPLES_PASSED"; in queryTargetToChars() 807 if (GL_SAMPLES_PASSED == mode) in queryTargetToChars()
|
H A D | gl4cDirectStateAccessQueriesTests.cpp | 98 GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED_CONSERVATIVE, GL_TIME_ELAPSED, in iterate() 231 GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED_CONSERVATIVE, GL_TIME_ELAPSED, in iterate() 236 "GL_SAMPLES_PASSED", "GL_ANY_SAMPLES_PASSED", "GL_ANY_SAMPLES_PASSED_CONSERVATIVE", "GL_TIME_ELAPSED", in iterate() 1292 GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED_CONSERVATIVE, GL_TIME_ELAPSED, 1298 "GL_SAMPLES_PASSED", "GL_ANY_SAMPLES_PASSED", "GL_ANY_SAMPLES_PASSED_CONSERVATIVE", "GL_TIME_ELAPSED", 2084 const glw::GLenum FunctionalTest::s_targets[] = { GL_SAMPLES_PASSED, GL_TIME_ELAPSED, GL_PRIMITIVES_GENERATED,
|
H A D | gl3cTransformFeedbackOverflowQueryTests.cpp | 738 gl.beginQuery(GL_SAMPLES_PASSED, m_incompatible_query); in init() 739 gl.endQuery(GL_SAMPLES_PASSED); in init()
|
/third_party/glfw/tests/ |
H A D | inputlag.c | 114 glBeginQuery(GL_SAMPLES_PASSED, occlusion_query); in swap_buffers() 118 glEndQuery(GL_SAMPLES_PASSED); in swap_buffers()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | condrender.c | 151 if ((q->Target != GL_SAMPLES_PASSED && in begin_conditional_render()
|
H A D | queryobj.c | 460 case GL_SAMPLES_PASSED: in get_query_binding_point() 592 case GL_SAMPLES_PASSED: in _mesa_CreateQueries() 822 /* Check for GL_ANY_SAMPLES_PASSED vs GL_SAMPLES_PASSED. */ in _mesa_EndQueryIndexed() 984 case GL_SAMPLES_PASSED: in _mesa_GetQueryIndexediv()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcKHRDebugTests.cpp | 983 gl->beginQuery(GL_SAMPLES_PASSED, id); in createQuery() 984 gl->endQuery(GL_SAMPLES_PASSED); in createQuery()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 367 #define GL_SAMPLES_PASSED 0x8914 macro
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluStateReset.cpp | 1167 queryTargets[numTargets++] = GL_SAMPLES_PASSED; in resetStateGLCore()
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 1109 #define GL_SAMPLES_PASSED 0x8914 macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 645 #define GL_SAMPLES_PASSED 0x8914 macro
|
H A D | glext.h | 497 #define GL_SAMPLES_PASSED 0x8914 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 626 #define GL_SAMPLES_PASSED 0x8914 macro
|
H A D | glext.h | 478 #define GL_SAMPLES_PASSED 0x8914 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 645 #define GL_SAMPLES_PASSED 0x8914 macro
|
H A D | glext.h | 496 #define GL_SAMPLES_PASSED 0x8914 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 645 #define GL_SAMPLES_PASSED 0x8914 macro
|
H A D | glext.h | 496 #define GL_SAMPLES_PASSED 0x8914 macro
|