Home
last modified time | relevance | path

Searched refs:DEF_SAMPLE (Results 1 – 8 of 8) sorted by relevance

/external/skia/samplecode/
DSampleShip.cpp184 DEF_SAMPLE( return new DrawShipView("DrawShip", draw_atlas); )
185 DEF_SAMPLE( return new DrawShipView("DrawShipSim", draw_atlas_sim); )
DSampleLayers.cpp235 DEF_SAMPLE( return new LayersView; )
310 DEF_SAMPLE( return new BackdropView; )
DSampleAtlas.cpp253 DEF_SAMPLE( return new DrawAtlasView("DrawAtlas", draw_atlas); )
254 DEF_SAMPLE( return new DrawAtlasView("DrawAtlasSim", draw_atlas_sim); )
DSamplePath.cpp221 DEF_SAMPLE( return new PathView; )
348 DEF_SAMPLE( return new ArcToView; )
DSampleCode.h20 #define DEF_SAMPLE(code) \ macro
DSamplePathClip.cpp74 DEF_SAMPLE( return new PathClipView; ) in DEF_SAMPLE() function
320 DEF_SAMPLE( return new EdgeClipView; )
DSampleXfer.cpp252 DEF_SAMPLE( return new XferDemo; )
DPerlinPatch.cpp211 DEF_SAMPLE( return new PerlinPatchView(); )