Searched defs:GradientsNoTextureGM (Results 1 - 1 of 1) sorted by relevance

/external/skia/gm/
H A Dgradients_no_texture.cpp81 class GradientsNoTextureGM : public GM { class in inherits:GM
83 GradientsNoTextureGM(bool dither) : fDither(dither) { function in class:GradientsNoTextureGM
281 DEF_GM(return new GradientsNoTextureGM(true);)
282 DEF_GM(return new GradientsNoTextureGM(false);)

Completed in 88 milliseconds