Searched refs:fDoneCount (Results 1 – 7 of 7) sorted by relevance
30 , fDoneCount(0) {} in PromiseTextureChecker()36 int fDoneCount; member63 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() member491 ++static_cast<Counts*>(ctx)->fDoneCount; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()517 REPORTER_ASSERT(reporter, counts.fDoneCount == 1); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
190 SkOPASSERT(fDoneCount <= fCount); in done()191 return fDoneCount == fCount; in done()438 int fDoneCount; // number of processed spans (zero initially) variable
500 --fDoneCount; in release()503 SkOPASSERT(fCount >= fDoneCount); in release()823 fDoneCount = 0; in init()1017 ++fDoneCount; in markDone()
2413 SkASSERT(done == fDoneCount); in debugValidate()2414 SkASSERT(count >= fDoneCount); in debugValidate()
2391 SkASSERT(done == fDoneCount); in debugValidate()2392 SkASSERT(count >= fDoneCount); in debugValidate()