Lines Matching defs:refCount
344 VerificationResult verifyMessageCount (const MessageID& id, GLenum severity, int refCount, int resCount, bool messageEnabled) const;
392 BaseCase::VerificationResult BaseCase::verifyMessageCount (const MessageID& id, GLenum severity, int refCount, int resCount, bool messageEnabled) const
399 if (resCount != refCount)
449 if (resCount > refCount)
453 << " (got " << resCount << ", expected " << refCount << ")";
460 << " (got " << resCount << ", expected " << refCount << ")";
466 if (resCount > refCount)
470 << " (got " << resCount << ", expected " << refCount << ")";
477 << " (got " << resCount << ", expected " << refCount << ")";
483 if (resCount > refCount)
487 << " (got " << resCount << ", expected " << refCount << ")";
494 << " (got " << resCount << ", expected " << refCount << ")";
517 else if (resCount > 0 && refCount == 0)
1159 int refCount;
1163 MessageMeta (void) : refCount(0), resCount(0), severity(GL_NONE) {}
1186 meta.refCount++;
1211 const int refCount = itr->second.refCount;
1215 VerificationResult result = verifyMessageCount(id, severity, refCount, resCount, enabled);
1646 const int refCount = itr->second.expected;
1650 VerificationResult result = verifyMessageCount(id, GL_DONT_CARE, refCount, resCount, enabled);