Searched refs:fPendingExecutions (Results 1 – 1 of 1) sorted by relevance
44 SkASSERT((0 == fRefCnt || 1 == fRefCnt) && 0 == fPendingExecutions); in ~GrProgramElement()46 SkDEBUGCODE(fRefCnt = fPendingExecutions = -10;) in ~GrProgramElement()62 if (0 == fPendingExecutions) { in unref()75 SkASSERT(fPendingExecutions >= 0); in validate()76 SkASSERT(fRefCnt + fPendingExecutions > 0); in validate()81 GrProgramElement() : fRefCnt(1), fPendingExecutions(0) {} in GrProgramElement()85 if (0 == fPendingExecutions) { in addPendingExecution()88 ++fPendingExecutions; in addPendingExecution()94 --fPendingExecutions; in completedExecution()95 if (0 == fPendingExecutions) { in completedExecution()[all …]