Searched refs:VerticesGM (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dvertices.cpp25 class VerticesGM : public skiagm::GM { class in inherits:skiagm::GM
33 VerticesGM(unsigned alpha) : fShader(NULL), fAlpha(alpha) { function in class:VerticesGM
36 virtual ~VerticesGM() {
129 DEF_GM( return SkNEW_ARGS(VerticesGM, (0xFF)); )
130 DEF_GM( return SkNEW_ARGS(VerticesGM, (0x80)); )
/external/skia/gm/
H A Dvertices.cpp25 class VerticesGM : public skiagm::GM { class in inherits:skiagm::GM
33 VerticesGM(unsigned alpha) : fShader(NULL), fAlpha(alpha) { function in class:VerticesGM
36 virtual ~VerticesGM() {
129 DEF_GM( return SkNEW_ARGS(VerticesGM, (0xFF)); )
130 DEF_GM( return SkNEW_ARGS(VerticesGM, (0x80)); )

Completed in 86 milliseconds