Searched refs:fTextureCreates (Results 1 – 2 of 2) sorted by relevance
372 fTextureCreates = 0; in reset()383 int textureCreates() const { return fTextureCreates; } in textureCreates()384 void incTextureCreates() { fTextureCreates++; } in incTextureCreates()397 int fTextureCreates; variable
179 out->appendf("Textures Created: %d\n", fTextureCreates); in dump()189 keys->push_back(SkString("textures_created")); values->push_back(fTextureCreates); in dumpKeyValuePairs()