Lines Matching refs:checkIntEquals
76 bool checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() function
108 checkIntEquals(testCtx, state, reference); in verifyShaderParam()
116 return state.verifyValidity(testCtx) && checkIntEquals(testCtx, state, reference); in verifyProgramParam()
125 checkIntEquals(testCtx, state, reference); in verifyActiveUniformParam()
134 checkIntEquals(testCtx, state, reference); in verifyActiveUniformBlockParam()
254 checkIntEquals(testCtx, state, reference); in verifyVertexAttrib()
1873 checkIntEquals(m_testCtx, written, (GLint)std::string("longlongUniformBlockName").length()); in test()
1877 checkIntEquals(m_testCtx, written, (GLint)std::string("shortUniformBlockName").length()); in test()
1882 checkIntEquals(m_testCtx, written, 0); in test()
2019 checkIntEquals(m_testCtx, maxOutputLen, referenceLength); in test()
2124 …checkIntEquals(m_testCtx, written, (GLint)std::string("longInputAttributeName").length()); // does… in test()
2128 …checkIntEquals(m_testCtx, written, (GLint)std::string("shortName").length()); // does NOT include … in test()
2148 checkIntEquals(m_testCtx, written, 0); in test()