Home
last modified time | relevance | path

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

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