Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPixelRef.cpp40 static int32_t gInstCounter; variable
51 SkDebugf(" pixelref %d\n", sk_atomic_inc(&gInstCounter)); in SkPixelRef()
67 SkDebugf("~pixelref %d\n", sk_atomic_dec(&gInstCounter) - 1); in ~SkPixelRef()