Lines Matching defs:index
758 /** @brief Test that xfb object's binding point #<index> has <expected_value>.
760 * @param [in] index Tested index point.
770 bool BuffersTest::testBindingPoint(glw::GLuint const index, glw::GLint const expected_value,
779 m_gl_getTransformFeedbacki_v(m_xfb_dsa, GL_TRANSFORM_FEEDBACK_BUFFER_BINDING, index, &buffer_binding);
808 /** @brief Test that buffer object at xfb object's binding point #<index> has starting offset set to the <expected_value>.
810 * @param [in] index Tested index point.
820 bool BuffersTest::testStart(glw::GLuint const index, glw::GLint const expected_value,
829 m_gl_getTransformFeedbacki64_v(m_xfb_dsa, GL_TRANSFORM_FEEDBACK_BUFFER_START, index, &buffer_start);
859 /** @brief Test that buffer object at xfb object's binding point #<index> has size set to the <expected_value>.
861 * @param [in] index Tested index point.
871 bool BuffersTest::testSize(glw::GLuint const index, glw::GLint const expected_value,
880 m_gl_getTransformFeedbacki64_v(m_xfb_dsa, GL_TRANSFORM_FEEDBACK_BUFFER_SIZE, index, &buffer_size);
1440 /** @brief Test Direct State Access indexed queries with invalid index
1444 * GetTransformFeedbacki64_v if index is greater than or equal to the
1457 /* Generating invalid index. */
1486 << "glGetTransformFeedbacki_v called with invalid index had been expected "
1497 << "glGetTransformFeedbacki_v called with invalid index had been expected not to change the given buffer."
1506 << "Warning! glGetTransformFeedbacki_v called with invalid index has "
1517 << "glGetTransformFeedbacki64_v called with invalid index had been "
1528 << "glGetTransformFeedbacki64_v called with invalid index had been expected not to change the given buffer."
1537 << "Warning! glGetTransformFeedbacki64_v called with invalid index has "