Home
last modified time | relevance | path

Searched refs:checkIntEquals (Results 1 – 9 of 9) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fIndexedStateQueryTests.cpp42 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() function
54 void checkIntEquals (tcu::TestContext& testCtx, GLint64 got, GLint64 expected) in checkIntEquals() function
170 checkIntEquals(m_testCtx, boundBuffer, feedbackBuffers[ndx]); in testTransformFeedback()
233 checkIntEquals(m_testCtx, state, requirements[ndx].value); in testTransformFeedback()
334 checkIntEquals(m_testCtx, boundBuffer, buffers[ndx]); in testUniformBuffers()
404 checkIntEquals(m_testCtx, state, requirements[ndx].value); in testUniformBuffers()
Des3fRboStateQueryTests.cpp83 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() function
113 checkIntEquals(testCtx, state, reference); in checkRenderbufferParam()
Des3fShaderStateQueryTests.cpp76 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()
[all …]
Des3fFboStateQueryTests.cpp120 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() function
150 checkIntEquals(testCtx, state, reference); in checkAttachmentParam()
196 checkIntEquals(m_testCtx, state, GL_FRAMEBUFFER_DEFAULT); in test()
Des3fBufferObjectQueryTests.cpp48 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() function
/external/deqp/modules/gles2/functional/
Des2fFboStateQueryTests.cpp46 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() function
64 checkIntEquals(testCtx, state, reference); in checkAttachmentParam()
Des2fRboStateQueryTests.cpp83 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() function
101 checkIntEquals(testCtx, state, reference); in checkRenderbufferParam()
Des2fShaderStateQueryTests.cpp73 bool checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() function
105 checkIntEquals(testCtx, state, reference); in verifyShaderParam()
114 return checkIntEquals(testCtx, state, reference); in verifyProgramParam()
195 checkIntEquals(testCtx, state, reference); in verifyVertexAttrib()
1397 checkIntEquals(m_testCtx, type, uniformTypes[ndx].type); in test()
1398 checkIntEquals(m_testCtx, size, uniformTypes[ndx].size); in test()
1466checkIntEquals(m_testCtx, written, (GLint)std::string("longInputAttributeName").length()); // does… in test()
1470checkIntEquals(m_testCtx, written, (GLint)std::string("shortName").length()); // does NOT include … in test()
1490 checkIntEquals(m_testCtx, written, 0); in test()
Des2fBufferObjectQueryTests.cpp48 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() function