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

  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp 256 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
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 > refCount
    [all...]
es31fOpaqueTypeIndexingTests.cpp     [all...]
es31fSSBOLayoutCase.cpp     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test1.c 589 int resCount = -1;
591 if( Tcl_GetInt(interp, argv[4], &resCount) ) return TCL_ERROR;
605 resCount = (nRow+1)*nCol;
617 for(i=0; i<resCount; i++){
    [all...]

Completed in 113 milliseconds