Searched refs:ManyPathAtlasesGM (Results 1 – 1 of 1) sorted by relevance
24 class ManyPathAtlasesGM : public GpuGM { class26 ManyPathAtlasesGM(int maxAtlasSize) : fMaxAtlasSize(maxAtlasSize) {} in ManyPathAtlasesGM() function in skiagm::ManyPathAtlasesGM71 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.