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

/external/deqp/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackOverflowQueryTests.cpp170 gl.getQueryiv(GL_TRANSFORM_FEEDBACK_OVERFLOW, GL_QUERY_COUNTER_BITS, &counterBits);
178 gl.getQueryiv(GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW, GL_QUERY_COUNTER_BITS, &counterBits);
953 gl.getQueryiv(GL_TRANSFORM_FEEDBACK_OVERFLOW, GL_QUERY_COUNTER_BITS, &counterBits);
966 gl.getQueryiv(GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW, GL_QUERY_COUNTER_BITS, &counterBits);
H A Dgl4cPipelineStatisticsQueryTests.cpp308 gl.getQueryiv(query_type, GL_QUERY_COUNTER_BITS, &n_query_bits);
314 << "glGetQueryiv() call failed for GL_QUERY_COUNTER_BITS pname and "
H A Dgl3cTransformFeedbackTests.cpp1242 gl.getQueryIndexediv(target[i], max_vertex_streams, GL_QUERY_COUNTER_BITS, &param);
/external/deqp/framework/opengl/
H A DgluStrUtil.inl1475 case GL_QUERY_COUNTER_BITS: return "GL_QUERY_COUNTER_BITS";
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl807 #define GL_QUERY_COUNTER_BITS 0x8864
/external/mesa3d/include/GL/
H A Dglcorearb.h621 #define GL_QUERY_COUNTER_BITS 0x8864 macro
H A Dglext.h472 #define GL_QUERY_COUNTER_BITS 0x8864 macro
/external/swiftshader/include/GL/
H A Dglcorearb.h621 #define GL_QUERY_COUNTER_BITS 0x8864 macro
H A Dglext.h472 #define GL_QUERY_COUNTER_BITS 0x8864 macro

Completed in 1283 milliseconds