Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dmanypathatlases.cpp24 class ManyPathAtlasesGM : public GpuGM { class
26 ManyPathAtlasesGM(int maxAtlasSize) : fMaxAtlasSize(maxAtlasSize) {} in ManyPathAtlasesGM() function in skiagm::ManyPathAtlasesGM
71 DEF_GM( return new ManyPathAtlasesGM(128); ) // Atlas runs out of room.
72 DEF_GM( return new ManyPathAtlasesGM(2048); ) // Atlas does not run out of room.