Home
last modified time | relevance | path

Searched refs:gStaticRefCount (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/debug/
DGrDebugGL.h93 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
DGrDebugGL.cpp20 int GrDebugGL::gStaticRefCount = 0; member in GrDebugGL