Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGpu.h372 fTextureCreates = 0; in reset()
383 int textureCreates() const { return fTextureCreates; } in textureCreates()
384 void incTextureCreates() { fTextureCreates++; } in incTextureCreates()
397 int fTextureCreates; variable
DGrTest.cpp179 out->appendf("Textures Created: %d\n", fTextureCreates); in dump()
189 keys->push_back(SkString("textures_created")); values->push_back(fTextureCreates); in dumpKeyValuePairs()