Lines Matching full:refcount
336 VerificationResult verifyMessageCount (const MessageID& id, GLenum severity, int refCount, int resCount, bool messageEnabled) const;
384 BaseCase::VerificationResult BaseCase::verifyMessageCount (const MessageID& id, GLenum severity, int refCount, int resCount, bool messageEnabled) const
391 if (resCount != refCount)
441 if (resCount > refCount)
445 << " (got " << resCount << ", expected " << refCount << ")";
452 << " (got " << resCount << ", expected " << refCount << ")";
458 if (resCount > refCount)
462 << " (got " << resCount << ", expected " << refCount << ")";
469 << " (got " << resCount << ", expected " << refCount << ")";
475 if (resCount > refCount)
479 << " (got " << resCount << ", expected " << refCount << ")";
486 << " (got " << resCount << ", expected " << refCount << ")";
509 else if (resCount > 0 && refCount == 0)
1151 int refCount;
1155 MessageMeta (void) : refCount(0), resCount(0), severity(GL_NONE) {}
1178 meta.refCount++;
1203 const int refCount = itr->second.refCount;
1207 VerificationResult result = verifyMessageCount(id, severity, refCount, resCount, enabled);
1638 const int refCount = itr->second.expected;
1642 VerificationResult result = verifyMessageCount(id, GL_DONT_CARE, refCount, resCount, enabled);