Searched refs:fTextureCreates (Results 1 – 2 of 2) sorted by relevance
333 fTextureCreates = 0; in reset()342 int textureCreates() const { return fTextureCreates; } in textureCreates()343 void incTextureCreates() { fTextureCreates++; } in incTextureCreates()352 int fTextureCreates; variable
70 out->appendf("Textures Created: %d\n", fTextureCreates); in dump()