/external/deqp/modules/gles3/functional/ |
D | es3fIndexedStateQueryTests.cpp | 42 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()
|
D | es3fRboStateQueryTests.cpp | 83 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() function 113 checkIntEquals(testCtx, state, reference); in checkRenderbufferParam()
|
D | es3fShaderStateQueryTests.cpp | 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() [all …]
|
D | es3fFboStateQueryTests.cpp | 120 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()
|
D | es3fBufferObjectQueryTests.cpp | 48 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() function
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboStateQueryTests.cpp | 46 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() function 64 checkIntEquals(testCtx, state, reference); in checkAttachmentParam()
|
D | es2fRboStateQueryTests.cpp | 83 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() function 101 checkIntEquals(testCtx, state, reference); in checkRenderbufferParam()
|
D | es2fShaderStateQueryTests.cpp | 73 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() 1466 …checkIntEquals(m_testCtx, written, (GLint)std::string("longInputAttributeName").length()); // does… in test() 1470 …checkIntEquals(m_testCtx, written, (GLint)std::string("shortName").length()); // does NOT include … in test() 1490 checkIntEquals(m_testCtx, written, 0); in test()
|
D | es2fBufferObjectQueryTests.cpp | 48 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() function
|