Home
last modified time | relevance | path

Searched refs:DEF_GM (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/external/skqp/gm/
Dfilterbitmap.cpp219 DEF_GM( return new FilterBitmapTextGM(3); )
220 DEF_GM( return new FilterBitmapTextGM(7); )
221 DEF_GM( return new FilterBitmapTextGM(10); )
222 DEF_GM( return new FilterBitmapCheckerboardGM(4,4); )
223 DEF_GM( return new FilterBitmapCheckerboardGM(32,32); )
224 DEF_GM( return new FilterBitmapCheckerboardGM(32,32, true); )
225 DEF_GM( return new FilterBitmapCheckerboardGM(32,8); )
226 DEF_GM( return new FilterBitmapCheckerboardGM(32,2); )
227 DEF_GM( return new FilterBitmapCheckerboardGM(192,192); )
228 DEF_GM( return new FilterBitmapImageGM("mandrill_16.png"); )
[all …]
Dgiantbitmap.cpp123 DEF_GM( return new GiantBitmapGM(SkShader::kClamp_TileMode, false, false); )
124 DEF_GM( return new GiantBitmapGM(SkShader::kRepeat_TileMode, false, false); )
125 DEF_GM( return new GiantBitmapGM(SkShader::kMirror_TileMode, false, false); )
126 DEF_GM( return new GiantBitmapGM(SkShader::kClamp_TileMode, true, false); )
127 DEF_GM( return new GiantBitmapGM(SkShader::kRepeat_TileMode, true, false); )
128 DEF_GM( return new GiantBitmapGM(SkShader::kMirror_TileMode, true, false); )
130 DEF_GM( return new GiantBitmapGM(SkShader::kClamp_TileMode, false, true); )
131 DEF_GM( return new GiantBitmapGM(SkShader::kRepeat_TileMode, false, true); )
132 DEF_GM( return new GiantBitmapGM(SkShader::kMirror_TileMode, false, true); )
133 DEF_GM( return new GiantBitmapGM(SkShader::kClamp_TileMode, true, true); )
[all …]
Ddownsamplebitmap.cpp101 DEF_GM( return new DownsampleBitmapGM(make_text, "text", kHigh_SkFilterQuality); )
102 DEF_GM( return new DownsampleBitmapGM(make_text, "text", kMedium_SkFilterQuality); )
103 DEF_GM( return new DownsampleBitmapGM(make_text, "text", kLow_SkFilterQuality); )
104 DEF_GM( return new DownsampleBitmapGM(make_text, "text", kNone_SkFilterQuality); )
127 DEF_GM( return new DownsampleBitmapGM(make_checkerboard, "checkerboard", kHigh_SkFilterQuality); )
128 DEF_GM( return new DownsampleBitmapGM(make_checkerboard, "checkerboard", kMedium_SkFilterQuality); )
129 DEF_GM( return new DownsampleBitmapGM(make_checkerboard, "checkerboard", kLow_SkFilterQuality); )
130 DEF_GM( return new DownsampleBitmapGM(make_checkerboard, "checkerboard", kNone_SkFilterQuality); )
141 DEF_GM( return new DownsampleBitmapGM(make_image, "image", kHigh_SkFilterQuality); )
142 DEF_GM( return new DownsampleBitmapGM(make_image, "image", kMedium_SkFilterQuality); )
[all …]
Dshallowgradient.cpp75 DEF_GM( return new ShallowGradientGM(shader_linear, "linear", true); )
76 DEF_GM( return new ShallowGradientGM(shader_radial, "radial", true); )
77 DEF_GM( return new ShallowGradientGM(shader_conical, "conical", true); )
78 DEF_GM( return new ShallowGradientGM(shader_sweep, "sweep", true); )
80 DEF_GM( return new ShallowGradientGM(shader_linear, "linear_nodither", false); )
81 DEF_GM( return new ShallowGradientGM(shader_radial, "radial_nodither", false); )
82 DEF_GM( return new ShallowGradientGM(shader_conical, "conical_nodither", false); )
83 DEF_GM( return new ShallowGradientGM(shader_sweep, "sweep_nodither", false); )
Dclippedbitmapshaders.cpp116 DEF_GM( return new ClippedBitmapShadersGM(SkShader::kRepeat_TileMode); )
117 DEF_GM( return new ClippedBitmapShadersGM(SkShader::kMirror_TileMode); )
118 DEF_GM( return new ClippedBitmapShadersGM(SkShader::kClamp_TileMode); )
120 DEF_GM( return new ClippedBitmapShadersGM(SkShader::kRepeat_TileMode, true); )
121 DEF_GM( return new ClippedBitmapShadersGM(SkShader::kMirror_TileMode, true); )
122 DEF_GM( return new ClippedBitmapShadersGM(SkShader::kClamp_TileMode, true); )
Dcomplexclip.cpp190 DEF_GM(return new ComplexClipGM(false, false, false);)
191 DEF_GM(return new ComplexClipGM(false, false, true);)
192 DEF_GM(return new ComplexClipGM(false, true, false);)
193 DEF_GM(return new ComplexClipGM(false, true, true);)
194 DEF_GM(return new ComplexClipGM(true, false, false);)
195 DEF_GM(return new ComplexClipGM(true, false, true);)
196 DEF_GM(return new ComplexClipGM(true, true, false);)
197 DEF_GM(return new ComplexClipGM(true, true, true);)
Dmultipicturedraw.cpp534 DEF_GM(return new MultiPictureDraw(MultiPictureDraw::kNoClipSingle_Content,
536 DEF_GM(return new MultiPictureDraw(MultiPictureDraw::kRectClipMulti_Content,
538 DEF_GM(return new MultiPictureDraw(MultiPictureDraw::kRRectClipMulti_Content,
540 DEF_GM(return new MultiPictureDraw(MultiPictureDraw::kPathClipMulti_Content,
542 DEF_GM(return new MultiPictureDraw(MultiPictureDraw::kInvPathClipMulti_Content,
544 DEF_GM(return new MultiPictureDraw(MultiPictureDraw::kSierpinski_Content,
546 DEF_GM(return new MultiPictureDraw(MultiPictureDraw::kBigLayer_Content,
549 DEF_GM(return new MultiPictureDraw(MultiPictureDraw::kNoClipSingle_Content,
551 DEF_GM(return new MultiPictureDraw(MultiPictureDraw::kRectClipMulti_Content,
553 DEF_GM(return new MultiPictureDraw(MultiPictureDraw::kRRectClipMulti_Content,
[all …]
Dbigrrectaaeffect.cpp128 DEF_GM( return new BigRRectAAEffectGM (SkRRect::MakeRect(SkRect::MakeIWH(kSize, kSize)), "rect"); )
129 DEF_GM( return new BigRRectAAEffectGM (SkRRect::MakeOval(SkRect::MakeIWH(kSize, kSize)), "circle");…
130 DEF_GM( return new BigRRectAAEffectGM (SkRRect::MakeOval(SkRect::MakeIWH(kSize - 1, kSize - 10)), "…
132 DEF_GM( return new BigRRectAAEffectGM (SkRRect::MakeRectXY(SkRect::MakeIWH(kSize - 1, kSize - 10), …
133 DEF_GM( return new BigRRectAAEffectGM (SkRRect::MakeRectXY(SkRect::MakeIWH(kSize - 1, kSize - 10), …
Dimagesource2.cpp87 DEF_GM(return new ImageSourceGM("none", kNone_SkFilterQuality);)
88 DEF_GM(return new ImageSourceGM("low", kLow_SkFilterQuality);)
89 DEF_GM(return new ImageSourceGM("med", kMedium_SkFilterQuality);)
90 DEF_GM(return new ImageSourceGM("high", kHigh_SkFilterQuality);)
Dcomplexclip2.cpp215 DEF_GM( return new ComplexClip2GM(ComplexClip2GM::kRect_Clip, false); )
216 DEF_GM( return new ComplexClip2GM(ComplexClip2GM::kRRect_Clip, false); )
217 DEF_GM( return new ComplexClip2GM(ComplexClip2GM::kPath_Clip, false); )
220 DEF_GM( return new ComplexClip2GM(ComplexClip2GM::kRect_Clip, true); )
221 DEF_GM( return new ComplexClip2GM(ComplexClip2GM::kRRect_Clip, true); )
222 DEF_GM( return new ComplexClip2GM(ComplexClip2GM::kPath_Clip, true); )
Dbitmaprect.cpp269 DEF_GM( return new BitmapRectRounding; )
273 DEF_GM( return new DrawBitmapRect2(false); )
274 DEF_GM( return new DrawBitmapRect2(true); )
275 DEF_GM( return new DrawBitmapRect3(); )
278 DEF_GM( return new DrawBitmapRect4(false); )
279 DEF_GM( return new DrawBitmapRect4(true); )
Dnested.cpp137 DEF_GM( return new NestedGM(/* doAA = */ true, /* flipped = */ false); )
138 DEF_GM( return new NestedGM(/* doAA = */ false, /* flipped = */ false); )
139 DEF_GM( return new NestedGM(/* doAA = */ true, /* flipped = */ true); )
140 DEF_GM( return new NestedGM(/* doAA = */ false, /* flipped = */ true); )
Dskinning.cpp203 DEF_GM(return new SkinningGM(true, true);)
204 DEF_GM(return new SkinningGM(false, true);)
205 DEF_GM(return new SkinningGM(true, false);)
206 DEF_GM(return new SkinningGM(false, false);)
Dgradients.cpp221 DEF_GM( return new GradientsGM(true); )
222 DEF_GM( return new GradientsGM(false); )
277 DEF_GM(return new Gradients4fGM(true); )
278 DEF_GM(return new Gradients4fGM(false); )
333 DEF_GM( return new GradientsLocalPerspectiveGM(true); )
334 DEF_GM( return new GradientsLocalPerspectiveGM(false); )
362 DEF_GM( return new GradientsViewPerspectiveGM(true); )
363 DEF_GM( return new GradientsViewPerspectiveGM(false); )
420 DEF_GM( return new GradientsDegenrate2PointGM(true); )
421 DEF_GM( return new GradientsDegenrate2PointGM(false); ) in DEF_GM() function
[all …]
/external/skia/gm/
Dgiantbitmap.cpp136 DEF_GM( return new GiantBitmapGM(SkTileMode::kClamp, false, false); )
137 DEF_GM( return new GiantBitmapGM(SkTileMode::kRepeat, false, false); )
138 DEF_GM( return new GiantBitmapGM(SkTileMode::kMirror, false, false); )
139 DEF_GM( return new GiantBitmapGM(SkTileMode::kClamp, true, false); )
140 DEF_GM( return new GiantBitmapGM(SkTileMode::kRepeat, true, false); )
141 DEF_GM( return new GiantBitmapGM(SkTileMode::kMirror, true, false); )
143 DEF_GM( return new GiantBitmapGM(SkTileMode::kClamp, false, true); )
144 DEF_GM( return new GiantBitmapGM(SkTileMode::kRepeat, false, true); )
145 DEF_GM( return new GiantBitmapGM(SkTileMode::kMirror, false, true); )
146 DEF_GM( return new GiantBitmapGM(SkTileMode::kClamp, true, true); )
[all …]
Dparticles.cpp90 DEF_GM(return new ParticlesGM("confetti", 1.0, {400, 400}, {200, 200});)
91 DEF_GM(return new ParticlesGM("cube", 1.0, {400, 400}, {200, 200});)
92 DEF_GM(return new ParticlesGM("curves", 4.0, {100, 200}, { 50, 190});)
93 DEF_GM(return new ParticlesGM("mandrill", 1.0, {250, 250}, { 25, 25});)
94 DEF_GM(return new ParticlesGM("spiral", 2.0, {250, 250}, {125, 125});)
95 DEF_GM(return new ParticlesGM("sprite_frame", 1.0, {200, 200}, {100, 100});)
96 DEF_GM(return new ParticlesGM("text", 1.0, {250, 110}, { 10, 100});)
97 DEF_GM(return new ParticlesGM("uniforms", 2.0, {250, 250}, {125, 125},
Dclippedbitmapshaders.cpp122 DEF_GM( return new ClippedBitmapShadersGM(SkTileMode::kRepeat); )
123 DEF_GM( return new ClippedBitmapShadersGM(SkTileMode::kMirror); )
124 DEF_GM( return new ClippedBitmapShadersGM(SkTileMode::kClamp); )
126 DEF_GM( return new ClippedBitmapShadersGM(SkTileMode::kRepeat, true); )
127 DEF_GM( return new ClippedBitmapShadersGM(SkTileMode::kMirror, true); )
128 DEF_GM( return new ClippedBitmapShadersGM(SkTileMode::kClamp, true); )
Dtexelsubset.cpp221 DEF_GM(return new TexelSubset(Filter::kNearest, MipmapMode::kNone , false);)
222 DEF_GM(return new TexelSubset(Filter::kNearest, MipmapMode::kNone , true );)
223 DEF_GM(return new TexelSubset(Filter::kLinear , MipmapMode::kNone , false);)
224 DEF_GM(return new TexelSubset(Filter::kLinear , MipmapMode::kNone , true );)
226 DEF_GM(return new TexelSubset(Filter::kNearest, MipmapMode::kNearest, false);)
227 DEF_GM(return new TexelSubset(Filter::kLinear , MipmapMode::kNearest, false);)
228 DEF_GM(return new TexelSubset(Filter::kNearest, MipmapMode::kLinear , false);)
229 DEF_GM(return new TexelSubset(Filter::kLinear , MipmapMode::kLinear , false);)
Dcolrv1.cpp92 DEF_GM(return new ColrV1GM(0.f, 0.f);)
93 DEF_GM(return new ColrV1GM(-0.5f, 0.f);)
94 DEF_GM(return new ColrV1GM(0.f, 20.f);)
95 DEF_GM(return new ColrV1GM(-0.5f, 20.f);)
Dbigrrectaaeffect.cpp135 DEF_GM( return new BigRRectAAEffectGM (SkRRect::MakeRect(SkRect::MakeIWH(kSize, kSize)), "rect"); )
136 DEF_GM( return new BigRRectAAEffectGM (SkRRect::MakeOval(SkRect::MakeIWH(kSize, kSize)), "circle");…
137 DEF_GM( return new BigRRectAAEffectGM (SkRRect::MakeOval(SkRect::MakeIWH(kSize - 1, kSize - 10)), "…
139 DEF_GM( return new BigRRectAAEffectGM (SkRRect::MakeRectXY(SkRect::MakeIWH(kSize - 1, kSize - 10), …
140 DEF_GM( return new BigRRectAAEffectGM (SkRRect::MakeRectXY(SkRect::MakeIWH(kSize - 1, kSize - 10), …
Dimagesource2.cpp99 DEF_GM(return new ImageSourceGM("none", SkSamplingOptions());)
100 DEF_GM(return new ImageSourceGM("low", SkSamplingOptions(SkFilterMode::kLinear));)
101 DEF_GM(return new ImageSourceGM("med", SkSamplingOptions(SkFilterMode::kLinear,
103 DEF_GM(return new ImageSourceGM("high", SkSamplingOptions({1/3.0f, 1/3.0f}));)
Dcomplexclip2.cpp218 DEF_GM( return new ComplexClip2GM(ComplexClip2GM::kRect_Clip, false); )
219 DEF_GM( return new ComplexClip2GM(ComplexClip2GM::kRRect_Clip, false); )
220 DEF_GM( return new ComplexClip2GM(ComplexClip2GM::kPath_Clip, false); )
223 DEF_GM( return new ComplexClip2GM(ComplexClip2GM::kRect_Clip, true); )
224 DEF_GM( return new ComplexClip2GM(ComplexClip2GM::kRRect_Clip, true); )
225 DEF_GM( return new ComplexClip2GM(ComplexClip2GM::kPath_Clip, true); )
Dgradients.cpp235 DEF_GM( return new GradientsGM(true); )
236 DEF_GM( return new GradientsGM(false); )
285 DEF_GM(return new Gradients4fGM(true); )
286 DEF_GM(return new Gradients4fGM(false); )
336 DEF_GM( return new GradientsLocalPerspectiveGM(true); )
337 DEF_GM( return new GradientsLocalPerspectiveGM(false); )
365 DEF_GM( return new GradientsViewPerspectiveGM(true); )
366 DEF_GM( return new GradientsViewPerspectiveGM(false); )
416 DEF_GM( return new GradientsDegenrate2PointGM(true); )
417 DEF_GM( return new GradientsDegenrate2PointGM(false); ) in DEF_GM() function
[all …]
Dnested.cpp145 DEF_GM( return new NestedGM(/* doAA = */ true, /* flipped = */ false); )
146 DEF_GM( return new NestedGM(/* doAA = */ false, /* flipped = */ false); )
147 DEF_GM( return new NestedGM(/* doAA = */ true, /* flipped = */ true); )
148 DEF_GM( return new NestedGM(/* doAA = */ false, /* flipped = */ true); )
Dbitmaprect.cpp285 DEF_GM( return new BitmapRectRounding; )
289 DEF_GM( return new DrawBitmapRect2(false); )
290 DEF_GM( return new DrawBitmapRect2(true); )
291 DEF_GM( return new DrawBitmapRect3(); )
294 DEF_GM( return new DrawBitmapRect4(false); )
295 DEF_GM( return new DrawBitmapRect4(true); )

12345678910>>...21