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

  /external/deqp/modules/gles2/functional/
es2fDepthTests.cpp 140 deUint32 refError;
164 refError = context.getError();
168 bool errorCodesOk = (gles2Error == refError);
172 log << tcu::TestLog::Message << "Error code mismatch: got " << glu::getErrorStr(gles2Error) << ", expected " << glu::getErrorStr(refError) << tcu::TestLog::EndMessage;
es2fFboRenderTest.cpp 580 GLenum refError;
615 refError = context.getError();
619 bool errorCodesOk = (gles2Error == refError);
623 log << tcu::TestLog::Message << "Error code mismatch: got " << glu::getErrorStr(gles2Error) << ", expected " << glu::getErrorStr(refError) << tcu::TestLog::EndMessage;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthTests.cpp 143 deUint32 refError;
167 refError = context.getError();
171 bool errorCodesOk = (gles2Error == refError);
175 log << tcu::TestLog::Message << "Error code mismatch: got " << glu::getErrorStr(gles2Error) << ", expected " << glu::getErrorStr(refError) << tcu::TestLog::EndMessage;
es3fFboRenderTest.cpp 442 GLenum refError;
477 refError = context.getError();
481 bool errorCodesOk = (gles3Error == refError);
485 log << tcu::TestLog::Message << "Error code mismatch: got " << glu::getErrorStr(gles3Error) << ", expected " << glu::getErrorStr(refError) << tcu::TestLog::EndMessage;
    [all...]

Completed in 83 milliseconds