Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleApp.cpp1963 size_t cacheBytes; in onHandleChar() local
1964 grContext->getResourceCacheUsage(nullptr, &cacheBytes); in onHandleChar()
1966 SkDebugf("Purged %d bytes from the GPU resource cache.\n", cacheBytes); in onHandleChar()