Home
last modified time | relevance | path

Searched refs:counterBits (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackOverflowQueryTests.cpp168 GLint counterBits; in iterate() local
170 gl.getQueryiv(GL_TRANSFORM_FEEDBACK_OVERFLOW, GL_QUERY_COUNTER_BITS, &counterBits); in iterate()
171 if (counterBits < 0) in iterate()
178 gl.getQueryiv(GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW, GL_QUERY_COUNTER_BITS, &counterBits); in iterate()
179 if (counterBits < 0) in iterate()
951 GLint counterBits; in canTestOverflow() local
953 gl.getQueryiv(GL_TRANSFORM_FEEDBACK_OVERFLOW, GL_QUERY_COUNTER_BITS, &counterBits); in canTestOverflow()
955 return counterBits > 0; in canTestOverflow()
964 GLint counterBits; in canTestStreamOverflow() local
966 gl.getQueryiv(GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW, GL_QUERY_COUNTER_BITS, &counterBits); in canTestStreamOverflow()
[all...]

Completed in 3 milliseconds