Home | History | Annotate | Download | only in functional

Lines Matching refs:refError

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;