OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEF_GM
(Results
76 - 100
of
499
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/gm/
discard.cpp
83
DEF_GM
(return new DiscardGM;)
distantclip.cpp
70
DEF_GM
( return new DistantClipGM; )
drrect.cpp
70
DEF_GM
( return new DRRectGM; )
etc1.cpp
85
DEF_GM
(return new ETC1GM;)
fontscaler.cpp
77
DEF_GM
( return new FontScalerGM; )
imageblurtiled.cpp
70
DEF_GM
(return new ImageBlurTiledGM(3.0f, 3.0f);)
internal_links.cpp
73
DEF_GM
( return new InternalLinksGM; )
overdrawcolorfilter.cpp
68
DEF_GM
(return new OverdrawColorFilter;)
points.cpp
70
DEF_GM
( return new PointsGM; )
samplelocations.cpp
271
DEF_GM
( return new SampleLocationsGM(GradType::kHW, kTopLeft_GrSurfaceOrigin); )
272
DEF_GM
( return new SampleLocationsGM(GradType::kHW, kBottomLeft_GrSurfaceOrigin); )
273
DEF_GM
( return new SampleLocationsGM(GradType::kSW, kTopLeft_GrSurfaceOrigin); )
274
DEF_GM
( return new SampleLocationsGM(GradType::kSW, kBottomLeft_GrSurfaceOrigin); )
scaledemoji_rendering.cpp
72
DEF_GM
(return new ScaledEmojiRenderingGM;)
shapes.cpp
157
DEF_GM
( return new SimpleShapesGM(true); )
158
DEF_GM
( return new SimpleShapesGM(false); )
159
DEF_GM
( return new InnerShapesGM(true); )
160
DEF_GM
( return new InnerShapesGM(false); )
simplerect.cpp
56
DEF_GM
(return new SimpleRectGM;)
testgradient.cpp
71
DEF_GM
( return new TestGradientGM; )
textblobblockreordering.cpp
89
DEF_GM
(return new TextBlobBlockReordering;)
textblobgeometrychange.cpp
71
DEF_GM
(return new TextBlobGeometryChange;)
thinstrokedrects.cpp
76
DEF_GM
(return new ThinStrokedRectsGM;)
tiledscaledbitmap.cpp
78
DEF_GM
(return new TiledScaledBitmapGM;)
variedtext.cpp
158
DEF_GM
(return new VariedTextGM(false, false);)
159
DEF_GM
(return new VariedTextGM(true, false);)
160
DEF_GM
(return new VariedTextGM(false, true);)
161
DEF_GM
(return new VariedTextGM(true, true);)
/external/skqp/gm/
badpaint.cpp
59
DEF_GM
(return new BadPaintGM;)
blurcircles.cpp
67
DEF_GM
(return new BlurCirclesGM();)
blurredclippedcircle.cpp
91
DEF_GM
(return new BlurredClippedCircleGM;)
clip_strokerect.cpp
70
DEF_GM
(return new ClipStrokeRectGM;)
complexclip_blur_tiled.cpp
67
DEF_GM
(return new ComplexClipBlurTiledGM;)
copyTo4444.cpp
53
DEF_GM
( return new CopyTo4444GM; )
Completed in 886 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>