Lines Matching refs:GM
10 GMBench::GMBench(skiagm::GM* gm) : fGM(gm) {
11 fName.printf("GM:%s", gm->getName());
24 return !(skiagm::GM::kSkipGPU_Flag & flags);
26 return !(skiagm::GM::kSkipPDF_Flag & flags);
28 // GM doesn't have an equivalent flag. If the GM has known issues with 565 then
30 return !(skiagm::GM::kSkip565_Flag & flags);
41 // Does the GM ever rely on drawBackground to lazily compute something?