Home
last modified time | relevance | path

Searched refs:fDoneCount (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/tests/
DPromiseImageTest.cpp30 , fDoneCount(0) {} in PromiseTextureChecker()
36 int fDoneCount; member
63 static_cast<PromiseTextureChecker*>(self)->fDoneCount++; in Done()
90 REPORTER_ASSERT(reporter, !promiseChecker.fDoneCount); in check_fulfill_and_release_cnts()
105 int doneDiff = promiseChecker.fFulfillCount - promiseChecker.fDoneCount; in check_fulfill_and_release_cnts()
481 int fDoneCount = 0; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() member
491 ++static_cast<Counts*>(ctx)->fDoneCount; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
517 REPORTER_ASSERT(reporter, counts.fDoneCount == 1); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/skia/src/pathops/
DSkOpSegment.h190 SkOPASSERT(fDoneCount <= fCount); in done()
191 return fDoneCount == fCount; in done()
438 int fDoneCount; // number of processed spans (zero initially) variable
DSkOpSegment.cpp500 --fDoneCount; in release()
503 SkOPASSERT(fCount >= fDoneCount); in release()
823 fDoneCount = 0; in init()
1017 ++fDoneCount; in markDone()
DSkPathOpsDebug.cpp2413 SkASSERT(done == fDoneCount); in debugValidate()
2414 SkASSERT(count >= fDoneCount); in debugValidate()
/third_party/skia/src/pathops/
DSkOpSegment.h190 SkOPASSERT(fDoneCount <= fCount); in done()
191 return fDoneCount == fCount; in done()
438 int fDoneCount; // number of processed spans (zero initially) variable
DSkOpSegment.cpp500 --fDoneCount; in release()
503 SkOPASSERT(fCount >= fDoneCount); in release()
823 fDoneCount = 0; in init()
1017 ++fDoneCount; in markDone()
DSkPathOpsDebug.cpp2391 SkASSERT(done == fDoneCount); in debugValidate()
2392 SkASSERT(count >= fDoneCount); in debugValidate()