Lines Matching defs:divisor
3034 "Draw of 1 point with 2 instances with 2 divisor has failed.");
3042 "Draw of 2 points with 2 instances with 1 divisor has failed.");
3050 "Draw of 1 point with 4 instances with 1 divisor has failed.");
3058 "Draw of 2 points with 2 instances with 0 divisor has failed.");
3066 "Draw of 4 points with 1 instance with 0 divisor has failed.");
3349 * @param [in] divisor Divisor to be passed.
3353 bool AttributeBindingDivisorTest::SetDivisor(glw::GLuint divisor)
3359 gl.vertexArrayBindingDivisor(m_vao, 0, divisor);
3366 << " error when called with divisor" << divisor << ". " << tcu::TestLog::EndMessage;