OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GradientsNoTextureGM
(Results
1 - 2
of
2
) sorted by null
/external/skia/gm/
gradients_no_texture.cpp
80
class
GradientsNoTextureGM
: public GM {
82
GradientsNoTextureGM
(bool dither) : fDither(dither) {
280
DEF_GM(return new
GradientsNoTextureGM
(true);)
281
DEF_GM(return new
GradientsNoTextureGM
(false);)
/external/skqp/gm/
gradients_no_texture.cpp
80
class
GradientsNoTextureGM
: public GM {
82
GradientsNoTextureGM
(bool dither) : fDither(dither) {
280
DEF_GM(return new
GradientsNoTextureGM
(true);)
281
DEF_GM(return new
GradientsNoTextureGM
(false);)
Completed in 223 milliseconds