/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fIndexedStateQueryTests.cpp | 47 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() function 59 void checkIntEquals (tcu::TestContext& testCtx, GLint64 got, GLint64 expected) in checkIntEquals() function 178 checkIntEquals(m_testCtx, boundBuffer, feedbackBuffers[ndx]); in testTransformFeedback() 241 checkIntEquals(m_testCtx, state, requirements[ndx].value); in testTransformFeedback() 271 checkIntEquals(m_testCtx, value, 0); in testTransformFeedback() 277 checkIntEquals(m_testCtx, value, feedbackBuffers[i]); in testTransformFeedback() 289 checkIntEquals(m_testCtx, value, feedbackBuffers[i]); in testTransformFeedback() 293 checkIntEquals(m_testCtx, value, feedbackBuffers[2]); in testTransformFeedback() 307 checkIntEquals(m_testCtx, value, 0); in testTransformFeedback() 310 checkIntEquals(m_testCt in testTransformFeedback() [all...] |
H A D | es3fRboStateQueryTests.cpp | 83 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() function 113 checkIntEquals(testCtx, state, reference); in checkRenderbufferParam()
|
H A 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_testCt in test() [all...] |
H A 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()
|
H A D | es3fBufferObjectQueryTests.cpp | 48 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() function
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fFboStateQueryTests.cpp | 46 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() function 64 checkIntEquals(testCtx, state, reference); in checkAttachmentParam()
|
H A D | es2fRboStateQueryTests.cpp | 83 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() function 101 checkIntEquals(testCtx, state, reference); in checkRenderbufferParam()
|
H A 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 NOT include null-terminator in test() 1470 checkIntEquals(m_testCtx, written, (GLint)std::string("shortName").length()); // does NOT include null-terminator in test() 1490 checkIntEquals(m_testCtx, written, 0); in test()
|
H A D | es2fBufferObjectQueryTests.cpp | 48 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() function
|