/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTransformFeedbackOverflowQueryTests.cpp | 364 gl.beginQueryIndexed(GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW, i, m_stream_overflow_query); in iterate() 546 gl.beginQueryIndexed(GL_TRANSFORM_FEEDBACK_OVERFLOW, i, m_query); in iterate() 558 gl.beginQueryIndexed(GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW, i, m_query); in iterate() 624 gl.beginQueryIndexed(GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW, m_active_query_stream_index, in init() 659 gl.beginQueryIndexed(GL_TRANSFORM_FEEDBACK_OVERFLOW, 0, m_query); in iterate() 668 … gl.beginQueryIndexed(GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW, m_active_query_stream_index, m_query); in iterate() 680 gl.beginQueryIndexed(GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW, i, m_active_stream_overflow_query); in iterate() 781 gl.beginQueryIndexed(GL_TRANSFORM_FEEDBACK_OVERFLOW, 0, m_incompatible_query); in iterate() 788 gl.beginQueryIndexed(GL_TRANSFORM_FEEDBACK_OVERFLOW, 0, m_stream_overflow_query); in iterate() 797 gl.beginQueryIndexed(GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW, 2, m_incompatible_query); in iterate() [all …]
|
D | gl3cTransformFeedbackTests.cpp | 1221 gl.beginQueryIndexed(target[i], max_vertex_streams, m_query_object); in testExtension3() 5509 gl.beginQueryIndexed(GL_PRIMITIVES_GENERATED, 0, m_qo_id[0]); in drawForXFB() 5512 gl.beginQueryIndexed(GL_PRIMITIVES_GENERATED, 1, m_qo_id[1]); in drawForXFB() 5515 gl.beginQueryIndexed(GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, 0, m_qo_id[2]); in drawForXFB() 5518 gl.beginQueryIndexed(GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, 1, m_qo_id[3]); in drawForXFB()
|
/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 14 void beginQueryIndexed(GLenum target, GLuint index, QueryID idPacked); \
|
D | Context_gl.cpp | 2205 void Context::beginQueryIndexed(GLenum target, GLuint index, QueryID id) in beginQueryIndexed() function in gl::Context
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 11 glBeginQueryIndexedFunc beginQueryIndexed; variable
|
D | glwInitGL40.inl | 10 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
|
D | glwInitGL41.inl | 11 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
|
D | glwInitGL42.inl | 11 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
|
D | glwInitGL44.inl | 11 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
|
D | glwInitGL43.inl | 11 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
|
D | glwInitGL45.inl | 11 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
|
D | glwInitGL46.inl | 11 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
|
D | glwInitExtGL.inl | 889 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
|
D | glwImpl.inl | 52 gl->beginQueryIndexed(target, index, id);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 681 ASSIGN("glBeginQueryIndexed", beginQueryIndexed); in initProcsDesktopGL() 1590 ASSIGN("glBeginQueryIndexed", beginQueryIndexed); in initProcsDesktopGL() 3469 beginQueryIndexed = &glBeginQueryIndexedNULL; in initProcsDesktopGLNULL() 4377 beginQueryIndexed = &glBeginQueryIndexedNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 408 PFNGLBEGINQUERYINDEXEDPROC beginQueryIndexed = nullptr; variable
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 11 gl->beginQueryIndexed = glBeginQueryIndexed;
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 47 context->beginQueryIndexed(target, index, idPacked); in GL_BeginQueryIndexed()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 46 m_gl.beginQueryIndexed(target, index, id);
|