Searched refs:gStaticRefCount (Results 1 – 2 of 2) sorted by relevance
93 SkASSERT(0 < gStaticRefCount); in getInstance()105 gStaticRefCount++; in staticRef()109 SkASSERT(gStaticRefCount > 0); in staticUnRef()110 gStaticRefCount--; in staticUnRef()111 if (0 == gStaticRefCount) { in staticUnRef()118 SkASSERT(gStaticRefCount > 0); in abandon()147 static int gStaticRefCount; variable
20 int GrDebugGL::gStaticRefCount = 0; member in GrDebugGL