HomeSort by relevance Sort by last modified time
    Searched refs:checkIntEquals (Results 1 - 9 of 9) sorted by null

  /external/deqp/modules/gles3/functional/
es3fIndexedStateQueryTests.cpp 42 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected)
54 void checkIntEquals (tcu::TestContext& testCtx, GLint64 got, GLint64 expected)
170 checkIntEquals(m_testCtx, boundBuffer, feedbackBuffers[ndx]);
233 checkIntEquals(m_testCtx, state, requirements[ndx].value);
334 checkIntEquals(m_testCtx, boundBuffer, buffers[ndx]);
404 checkIntEquals(m_testCtx, state, requirements[ndx].value);
es3fRboStateQueryTests.cpp 83 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected)
113 checkIntEquals(testCtx, state, reference);
es3fShaderStateQueryTests.cpp 76 bool checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected)
108 checkIntEquals(testCtx, state, reference);
116 return state.verifyValidity(testCtx) && checkIntEquals(testCtx, state, reference);
125 checkIntEquals(testCtx, state, reference);
134 checkIntEquals(testCtx, state, reference);
254 checkIntEquals(testCtx, state, reference);
    [all...]
es3fFboStateQueryTests.cpp 120 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected)
150 checkIntEquals(testCtx, state, reference);
196 checkIntEquals(m_testCtx, state, GL_FRAMEBUFFER_DEFAULT);
    [all...]
es3fBufferObjectQueryTests.cpp 48 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected)
  /external/deqp/modules/gles2/functional/
es2fFboStateQueryTests.cpp 46 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected)
64 checkIntEquals(testCtx, state, reference);
es2fRboStateQueryTests.cpp 83 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected)
101 checkIntEquals(testCtx, state, reference);
es2fBufferObjectQueryTests.cpp 48 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected)
es2fShaderStateQueryTests.cpp 73 bool checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected)
105 checkIntEquals(testCtx, state, reference);
114 return checkIntEquals(testCtx, state, reference);
195 checkIntEquals(testCtx, state, reference);
    [all...]

Completed in 176 milliseconds