Searched refs:fPendingExecutions (Results 1 – 1 of 1) sorted by relevance
46 SkASSERT((0 == fRefCnt || 1 == fRefCnt) && 0 == fPendingExecutions); in ~GrProgramElement()48 SkDEBUGCODE(fRefCnt = fPendingExecutions = -10;) in ~GrProgramElement()64 if (0 == fPendingExecutions) { in unref()77 SkASSERT(fPendingExecutions >= 0); in validate()78 SkASSERT(fRefCnt + fPendingExecutions > 0); in validate()83 GrProgramElement() : fRefCnt(1), fPendingExecutions(0) {} in GrProgramElement()87 if (0 == fPendingExecutions) { in addPendingExecution()90 ++fPendingExecutions; in addPendingExecution()96 --fPendingExecutions; in completedExecution()97 if (0 == fPendingExecutions) { in completedExecution()[all …]