Searched refs:resCount (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fDebugTests.cpp256 VerificationResult verifyMessageCount (const MessageID& id, GLenum severity, int refCount, int resCount, bool messageEnabled) const;
304 BaseCase::VerificationResult BaseCase::verifyMessageCount (const MessageID& id, GLenum severity, int refCount, int resCount, bool messageEnabled) const argument
311 if (resCount != refCount)
361 if (resCount > refCount)
365 << " (got " << resCount << ", expected " << refCount << ")";
372 << " (got " << resCount << ", expected " << refCount << ")";
378 if (resCount > refCount)
382 << " (got " << resCount << ", expected " << refCount << ")";
389 << " (got " << resCount << ", expected " << refCount << ")";
395 if (resCount > refCoun
[all...]
H A Des31fOpaqueTypeIndexingTests.cpp1071 const deUint32 resCount = counterValues[counterNdx]; local
1073 if (refCount != resCount)
1075 m_testCtx.getLog() << TestLog::Message << "ERROR: atomic counter " << counterNdx << " has value " << resCount
H A Des31fSSBOLayoutCase.cpp2640 int resCount = 0; local
2645 resCount = *(const int*)((const deUint8*)mapPtr + acVarInfo.offset);
2650 if (refCount != resCount)
2652 m_testCtx.getLog() << TestLog::Message << "ERROR: ac_numPassed = " << resCount << ", expected " << refCount << TestLog::EndMessage;
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest1.c589 int resCount = -1; local
591 if( Tcl_GetInt(interp, argv[4], &resCount) ) return TCL_ERROR;
605 resCount = (nRow+1)*nCol;
617 for(i=0; i<resCount; i++){

Completed in 189 milliseconds