Searched refs:GL_QUERY_COUNTER_BITS (Results 1 - 15 of 15) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTransformFeedbackOverflowQueryTests.cpp | 170 gl.getQueryiv(GL_TRANSFORM_FEEDBACK_OVERFLOW, GL_QUERY_COUNTER_BITS, &counterBits); in iterate() 178 gl.getQueryiv(GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW, GL_QUERY_COUNTER_BITS, &counterBits); in iterate() 953 gl.getQueryiv(GL_TRANSFORM_FEEDBACK_OVERFLOW, GL_QUERY_COUNTER_BITS, &counterBits); in canTestOverflow() 966 gl.getQueryiv(GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW, GL_QUERY_COUNTER_BITS, &counterBits); in canTestStreamOverflow()
|
H A D | gl4cPipelineStatisticsQueryTests.cpp | 323 gl.getQueryiv(query_type, GL_QUERY_COUNTER_BITS, &n_query_bits); in executeQuery() 329 << "glGetQueryiv() call failed for GL_QUERY_COUNTER_BITS pname and " in executeQuery()
|
H A D | gl3cTransformFeedbackTests.cpp | 1249 gl.getQueryIndexediv(target[i], max_vertex_streams, GL_QUERY_COUNTER_BITS, ¶m); in testExtension3()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | queryobj.c | 948 * EXT_disjoint_timer_query extends this with GL_QUERY_COUNTER_BITS. in _mesa_GetQueryIndexediv() 954 case GL_QUERY_COUNTER_BITS: in _mesa_GetQueryIndexediv() 982 case GL_QUERY_COUNTER_BITS: in _mesa_GetQueryIndexediv()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | renderergl_utils.cpp | 1487 QueryQueryValue(functions, GL_TIME_ELAPSED, GL_QUERY_COUNTER_BITS); in GenerateCaps() 1489 QueryQueryValue(functions, GL_TIMESTAMP, GL_QUERY_COUNTER_BITS); in GenerateCaps()
|
H A D | functionsgl_enums.h | 362 #define GL_QUERY_COUNTER_BITS 0x8864 macro
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 980 #define GL_QUERY_COUNTER_BITS 0x8864 macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 621 #define GL_QUERY_COUNTER_BITS 0x8864 macro
|
H A D | glext.h | 473 #define GL_QUERY_COUNTER_BITS 0x8864 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 602 #define GL_QUERY_COUNTER_BITS 0x8864 macro
|
H A D | glext.h | 454 #define GL_QUERY_COUNTER_BITS 0x8864 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 621 #define GL_QUERY_COUNTER_BITS 0x8864 macro
|
H A D | glext.h | 472 #define GL_QUERY_COUNTER_BITS 0x8864 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 621 #define GL_QUERY_COUNTER_BITS 0x8864 macro
|
H A D | glext.h | 472 #define GL_QUERY_COUNTER_BITS 0x8864 macro
|
Completed in 316 milliseconds