Searched defs:fWrapped (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrTest.cpp84 int fWrapped; member in struct:Stats
87 Stats() : fScratch(0), fWrapped(0), fUnbudgetedSize(0) {}
94 ++fWrapped;
117 this->getResourceCount(), fBudgetedCount, stats.fWrapped, locked, stats.fScratch,
/external/skia/src/gpu/gl/debug/
H A DGrGLCreateDebugInterface.cpp787 : fWrapped(NULL) {
796 fWrapped.reset(interface);
806 // a "this" pointer through which to access "fWrapped"
832 SkAutoTUnref<GrGLInterface> fWrapped; member in struct:GrDebugGLInterface

Completed in 1110 milliseconds