Home | History | Annotate | Download | only in gm

Lines Matching refs:GM

8 #include "gm.h"
32 class DrawBitmapRect2 : public skiagm::GM {
87 typedef skiagm::GM INHERITED;
114 // This GM attempts to make visible any issues drawBitmapRectToRect may have
121 class DrawBitmapRect3 : public skiagm::GM {
150 typedef skiagm::GM INHERITED;
176 // This GM attempts to reveal any issues we may have when the GPU has to
180 class DrawBitmapRect4 : public skiagm::GM {
230 typedef skiagm::GM INHERITED;
235 static skiagm::GM* MyFactory0(void*) { return new DrawBitmapRect2(false); }
236 static skiagm::GM* MyFactory1(void*) { return new DrawBitmapRect2(true); }
238 static skiagm::GM* MyFactory2(void*) { return new DrawBitmapRect3(); }
241 static skiagm::GM* MyFactory3(void*) { return new DrawBitmapRect4(false); }
242 static skiagm::GM* MyFactory4(void*) { return new DrawBitmapRect4(true); }