HomeSort by relevance Sort by last modified time
    Searched refs:DEF_SAMPLE (Results 1 - 25 of 26) sorted by null

1 2

  /external/skia/samplecode/
SampleCode.h 17 #define DEF_SAMPLE(code) \
SampleCowboy.cpp 144 DEF_SAMPLE( return new CowboyView(); )
SampleLayers.cpp 196 DEF_SAMPLE( return new LayersView; )
269 DEF_SAMPLE( return new BackdropView; )
SampleShip.cpp 182 DEF_SAMPLE( return new DrawShipView("DrawShip", draw_atlas); )
183 DEF_SAMPLE( return new DrawShipView("DrawShipSim", draw_atlas_sim); )
SamplePath.cpp 207 DEF_SAMPLE( return new PathView; )
321 DEF_SAMPLE( return new ArcToView; )
455 DEF_SAMPLE( return new FatStroke; )
SampleAtlas.cpp 255 DEF_SAMPLE( return new DrawAtlasView("DrawAtlas", draw_atlas); )
256 DEF_SAMPLE( return new DrawAtlasView("DrawAtlasSim", draw_atlas_sim); )
SamplePathText.cpp 428 DEF_SAMPLE( return new WavyPathText; )
429 DEF_SAMPLE( return new MovingPathText; )
430 DEF_SAMPLE( return new PathText; )
SamplePathClip.cpp 70 DEF_SAMPLE( return new PathClipView; )
315 DEF_SAMPLE( return new EdgeClipView; )
PerlinPatch.cpp 217 DEF_SAMPLE( return new PerlinPatchView(); )
SampleXfer.cpp 208 DEF_SAMPLE( return new XferDemo; )
SampleBigGradient.cpp 315 DEF_SAMPLE( return new RasterAllocatorSample; )
SampleCCPRGeometry.cpp 367 DEF_SAMPLE(return new CCPRGeometryView;)
SampleAAGeometry.cpp     [all...]
  /external/skqp/samplecode/
SampleCode.h 17 #define DEF_SAMPLE(code) \
SampleCowboy.cpp 144 DEF_SAMPLE( return new CowboyView(); )
SampleLayers.cpp 196 DEF_SAMPLE( return new LayersView; )
269 DEF_SAMPLE( return new BackdropView; )
SampleShip.cpp 182 DEF_SAMPLE( return new DrawShipView("DrawShip", draw_atlas); )
183 DEF_SAMPLE( return new DrawShipView("DrawShipSim", draw_atlas_sim); )
SamplePath.cpp 207 DEF_SAMPLE( return new PathView; )
321 DEF_SAMPLE( return new ArcToView; )
455 DEF_SAMPLE( return new FatStroke; )
SampleAtlas.cpp 255 DEF_SAMPLE( return new DrawAtlasView("DrawAtlas", draw_atlas); )
256 DEF_SAMPLE( return new DrawAtlasView("DrawAtlasSim", draw_atlas_sim); )
SamplePathText.cpp 428 DEF_SAMPLE( return new WavyPathText; )
429 DEF_SAMPLE( return new MovingPathText; )
430 DEF_SAMPLE( return new PathText; )
SamplePathClip.cpp 70 DEF_SAMPLE( return new PathClipView; )
315 DEF_SAMPLE( return new EdgeClipView; )
PerlinPatch.cpp 217 DEF_SAMPLE( return new PerlinPatchView(); )
SampleXfer.cpp 208 DEF_SAMPLE( return new XferDemo; )
SampleBigGradient.cpp 315 DEF_SAMPLE( return new RasterAllocatorSample; )
SampleCCPRGeometry.cpp 366 DEF_SAMPLE(return new CCPRGeometryView;)

Completed in 299 milliseconds

1 2