HomeSort by relevance Sort by last modified time
    Searched refs:GradientsNoTextureGM (Results 1 - 2 of 2) sorted by null

  /external/skia/gm/
gradients_no_texture.cpp 81 class GradientsNoTextureGM : public GM {
83 GradientsNoTextureGM(bool dither) : fDither(dither) {
281 DEF_GM(return new GradientsNoTextureGM(true);)
282 DEF_GM(return new GradientsNoTextureGM(false);)
  /external/skqp/gm/
gradients_no_texture.cpp 81 class GradientsNoTextureGM : public GM {
83 GradientsNoTextureGM(bool dither) : fDither(dither) {
281 DEF_GM(return new GradientsNoTextureGM(true);)
282 DEF_GM(return new GradientsNoTextureGM(false);)

Completed in 70 milliseconds