Home | History | Annotate | Download | only in functional

Lines Matching refs:verifyUniformMatrixValues

635 void verifyUniformMatrixValues (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, const GLfloat* values, bool transpose)
3434 verifyUniformMatrixValues<2>(m_testCtx, *this, program, location, matrixValues, false);
3436 verifyUniformMatrixValues<2>(m_testCtx, *this, program, location, matrixValues, true);
3440 verifyUniformMatrixValues<3>(m_testCtx, *this, program, location, matrixValues, false);
3442 verifyUniformMatrixValues<3>(m_testCtx, *this, program, location, matrixValues, true);
3446 verifyUniformMatrixValues<4>(m_testCtx, *this, program, location, matrixValues, false);
3448 verifyUniformMatrixValues<4>(m_testCtx, *this, program, location, matrixValues, true);