Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackOverflowQueryTests.cpp1092 bool verifyQueryResult(GLuint query, GLboolean expected) in verifyQueryResult() function in gl3cts::TransformFeedbackOverflowQueryFunctionalBase
1179 result &= verifyQueryResult(m_overflow_query, any); in verifyQueryResults()
1185 result &= verifyQueryResult(m_stream_overflow_query[0], stream0); in verifyQueryResults()
1186 result &= verifyQueryResult(m_stream_overflow_query[1], stream1); in verifyQueryResults()
1187 result &= verifyQueryResult(m_stream_overflow_query[2], stream2); in verifyQueryResults()
1188 result &= verifyQueryResult(m_stream_overflow_query[3], stream3); in verifyQueryResults()
1194 result &= verifyQueryResult(m_stream_overflow_query[i], GL_FALSE); in verifyQueryResults()

Completed in 4 milliseconds