OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEF_GM
(Results
151 - 175
of
499
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/gm/
filltypes.cpp
93
DEF_GM
( return new FillTypeGM; )
imagesource.cpp
87
DEF_GM
( return new ImageSourceGM; )
lcdoverlap.cpp
94
DEF_GM
( return new LcdOverlapGM; )
morphology.cpp
94
DEF_GM
(return new MorphologyGM;)
picture.cpp
85
DEF_GM
(return new PictureGM;)
pictureshadercache.cpp
88
DEF_GM
(return new PictureShaderCacheGM(100);)
samplerstress.cpp
142
DEF_GM
( return new SamplerStressGM; )
spritebitmap.cpp
89
DEF_GM
( return new SpriteBitmapGM; )
stlouisarch.cpp
95
DEF_GM
( return new StLouisArchGM; )
strokerects.cpp
80
DEF_GM
( return new StrokeRectsGM; )
textblobcolortrans.cpp
97
DEF_GM
(return new TextBlobColorTrans;)
tilemodes_scaled.cpp
258
DEF_GM
( return new ScaledTilingGM(true); )
259
DEF_GM
( return new ScaledTilingGM(false); )
260
DEF_GM
( return new ScaledTiling2GM(make_bm, "bitmap"); )
261
DEF_GM
( return new ScaledTiling2GM(make_grad, "gradient"); )
/external/skqp/gm/
alphagradients.cpp
78
DEF_GM
(return new AlphaGradientsGM;)
bitmapimage.cpp
75
DEF_GM
( return new BitmapImageGM; )
bitmappremul.cpp
109
DEF_GM
( return new BitmapPremulGM; )
blurquickreject.cpp
82
DEF_GM
( return new BlurQuickRejectGM(); )
bmpfilterqualityrepeat.cpp
93
DEF_GM
(return new BmpFilterQualityRepeat;)
circularclips.cpp
95
DEF_GM
( return new CircularClipsGM; )
clip_error.cpp
76
DEF_GM
(return new ClipErrorGM;)
colorfilters.cpp
86
DEF_GM
(return new ColorFiltersGM;)
drawbitmaprect.cpp
237
DEF_GM
( return new DrawBitmapRectGM(bitmapproc , nullptr); )
238
DEF_GM
( return new DrawBitmapRectGM(bitmapsubsetproc, "-subset"); )
239
DEF_GM
( return new DrawBitmapRectGM(imageproc , "-imagerect"); )
240
DEF_GM
( return new DrawBitmapRectGM(imagesubsetproc , "-imagerect-subset"); )
drawlooper.cpp
93
DEF_GM
( return new DrawLooperGM; )
drawregionmodes.cpp
80
DEF_GM
( return new DrawRegionModesGM; )
emboss.cpp
81
DEF_GM
(return new EmbossGM;)
encode.cpp
51
DEF_GM
( return new EncodeGM; )
Completed in 98 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>