Searched refs:gStaticRefCount (Results 1 – 2 of 2) sorted by relevance
88 GrAssert(0 < gStaticRefCount); in getInstance()100 gStaticRefCount++; in staticRef()104 GrAssert(gStaticRefCount > 0); in staticUnRef()105 gStaticRefCount--; in staticUnRef()106 if (0 == gStaticRefCount) { in staticUnRef()135 static int gStaticRefCount; variable
20 int GrDebugGL::gStaticRefCount = 0; member in GrDebugGL