Lines Matching defs:method
218 bool verifyResult(const void* inputData, const void* resultData, int size, const char* method);
219 bool verifyError(glw::GLint error, glw::GLint expectedError, const char* method);
359 bool GetnUniformTest::verifyResult(const void* inputData, const void* resultData, int size, const char* method)
364 m_testCtx.getLog() << tcu::TestLog::Message << "Test failed! " << method << " result is not as expected."
373 bool GetnUniformTest::verifyError(GLint error, GLint expectedError, const char* method)
377 m_testCtx.getLog() << tcu::TestLog::Message << "Test failed! " << method << " throws unexpected error ["
406 bool verifyError(glw::GLint error, glw::GLint expectedError, const char* method);
614 * @param method Method name marker
618 bool ReadnPixelsTest::verifyError(GLint error, GLint expectedError, const char* method)
622 m_testCtx.getLog() << tcu::TestLog::Message << "Test failed! " << method << " throws unexpected error ["