Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTest.cpp84 int fWrapped; in dumpStats() member
87 Stats() : fScratch(0), fWrapped(0), fUnbudgetedSize(0) {} in dumpStats()
94 ++fWrapped; in dumpStats()
117 this->getResourceCount(), fBudgetedCount, stats.fWrapped, locked, stats.fScratch, in dumpStats()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp787 : fWrapped(NULL) { in GrDebugGLInterface()
796 fWrapped.reset(interface); in setWrapped()
832 SkAutoTUnref<GrGLInterface> fWrapped; member