Searched refs:m_active_query_stream_index (Results 1 – 1 of 1) sorted by relevance
608 , m_active_query_stream_index(0) in TransformFeedbackOverflowQueryErrorAlreadyActive()627 m_active_query_stream_index = 2; in init()628 gl.beginQueryIndexed(GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW, m_active_query_stream_index, in init()640 gl.endQueryIndexed(GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW, m_active_query_stream_index); in deinit()672 … gl.beginQueryIndexed(GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW, m_active_query_stream_index, m_query); in iterate()682 if (i != m_active_query_stream_index) in iterate()705 GLuint m_active_query_stream_index; member in gl3cts::TransformFeedbackOverflowQueryErrorAlreadyActive844 , m_active_query_stream_index(0) in TransformFeedbackOverflowQueryErrorNoActiveQuery()858 m_active_query_stream_index = 2; in init()859 gl.beginQueryIndexed(GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW, m_active_query_stream_index, in init()[all …]