Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGpu.h333 fTextureCreates = 0; in reset()
342 int textureCreates() const { return fTextureCreates; } in textureCreates()
343 void incTextureCreates() { fTextureCreates++; } in incTextureCreates()
352 int fTextureCreates; variable
DGrTest.cpp70 out->appendf("Textures Created: %d\n", fTextureCreates); in dump()