HomeSort by relevance Sort by last modified time
    Searched refs:GM (Results 101 - 125 of 172) sorted by null

1 2 3 45 6 7

  /external/skia/gm/
offsetimagefilter.cpp 8 #include "gm.h"
18 class OffsetImageFilterGM : public GM {
111 typedef GM INHERITED;
118 static GM* MyFactory(void*) { return new OffsetImageFilterGM; }
patheffects.cpp 7 #include "gm.h"
105 class PathEffectGM : public GM {
162 typedef GM INHERITED;
167 static GM* PathEffectFactory(void*) { return new PathEffectGM; }
pathopsinverse.cpp 8 #include "gm.h"
16 class PathOpsInverseGM : public GM {
107 typedef GM INHERITED;
112 static GM* MyFactory(void*) { return new PathOpsInverseGM; }
shadertext3.cpp 7 #include "gm.h"
51 class ShaderText3GM : public GM {
135 typedef GM INHERITED;
141 static GM* MyFactory(void*) { return new ShaderText3GM; }
tablecolorfilter.cpp 8 #include "gm.h"
92 class TableColorFilterGM : public skiagm::GM {
133 typedef GM INHERITED;
138 static skiagm::GM* MyFactory(void*) { return new TableColorFilterGM; }
testimagefilters.cpp 8 #include "gm.h"
94 class TestImageFiltersGM : public skiagm::GM {
139 typedef GM INHERITED;
144 static skiagm::GM* MyFactory(void*) { return new TestImageFiltersGM; }
texdata.cpp 11 #include "gm.h"
23 class TexDataGM : public GM {
138 typedef GM INHERITED;
143 static GM* MyFactory(void*) { return new TexDataGM; }
tileimagefilter.cpp 8 #include "gm.h"
18 class TileImageFilterGM : public GM {
113 typedef GM INHERITED;
120 static GM* MyFactory(void*) { return new TileImageFilterGM; }
dashing.cpp 8 #include "gm.h"
35 class DashingGM : public skiagm::GM {
117 class Dashing2GM : public skiagm::GM {
175 class Dashing3GM : public skiagm::GM {
304 static skiagm::GM* F0(void*) { return new DashingGM; }
305 static skiagm::GM* F1(void*) { return new Dashing2GM; }
306 static skiagm::GM* F2(void*) { return new Dashing3GM; }
linepaths.cpp 7 #include "gm.h"
14 class LinePathGM : public GM {
152 typedef GM INHERITED;
155 class LineClosePathGM : public GM {
294 typedef GM INHERITED;
299 static GM* LinePathFactory(void*) { return new LinePathGM; }
302 static GM* LineClosePathFactory(void*) { return new LineClosePathGM; }
quadpaths.cpp 7 #include "gm.h"
14 class QuadPathGM : public GM {
153 typedef GM INHERITED;
156 class QuadClosePathGM : public GM {
296 typedef GM INHERITED;
301 static GM* QuadPathFactory(void*) { return new QuadPathGM; }
304 static GM* QuadClosePathFactory(void*) { return new QuadClosePathGM; }
bigblurs.cpp 9 #include "gm.h"
15 // This GM exercises the blurred rect nine-patching special cases when the
19 class BigBlursGM : public GM {
112 typedef GM INHERITED;
bitmappremul.cpp 8 #include "gm.h"
14 * This GM checks that bitmap pixels are unpremultiplied before being exported
16 * GM should come out completely white. If not, this GM looks like a row of two
105 class BitmapPremulGM : public GM {
129 typedef GM INHERITED;
clippedbitmapshaders.cpp 8 #include "gm.h"
16 // This GM draws a 3x3 grid (with the center element excluded) of rectangles
46 class ClippedBitmapShadersGM : public GM {
118 typedef GM INHERITED;
fontcache.cpp 8 #include "gm.h"
13 // GM to stress the GPU font cache
35 class FontCacheGM : public skiagm::GM {
107 // this GM is meant only for the GPU
113 typedef GM INHERITED;
nonclosedpaths.cpp 8 #include "gm.h"
14 // This GM tests a grab-bag of non-closed paths. All these paths look like
17 class NonClosedPathsGM: public GM {
138 typedef GM INHERITED;
rrects.cpp 8 #include "gm.h"
15 class RRectGM : public GM {
102 typedef GM INHERITED;
skbug1719.cpp 8 #include "gm.h"
22 class SkBug1719GM : public GM {
95 typedef GM INHERITED;
strokerect.cpp 8 #include "gm.h"
44 class StrokeRectGM : public skiagm::GM {
107 typedef GM INHERITED;
fontmgr.cpp 8 #include "gm.h"
27 class FontMgrGM : public skiagm::GM {
96 typedef GM INHERITED;
99 class FontMgrMatchGM : public skiagm::GM {
189 typedef GM INHERITED;
typeface.cpp 8 #include "gm.h"
22 class TypefaceGM : public skiagm::GM {
72 typedef skiagm::GM INHERITED;
155 class TypefaceStylesGM : public skiagm::GM {
214 typedef skiagm::GM INHERITED;
cubicpaths.cpp 7 #include "gm.h"
14 class ClippedCubicGM : public skiagm::GM {
50 typedef skiagm::GM INHERITED;
53 class CubicPathGM : public skiagm::GM {
193 typedef skiagm::GM INHERITED;
196 class CubicClosePathGM : public skiagm::GM {
337 typedef skiagm::GM INHERITED;
gmmain.cpp 9 * Code for the "gm" (Golden Master) rendering comparison tool.
11 * If you make changes to this, re-run the self-tests at gm/tests/run.sh
16 #include "gm.h"
79 // stop writing out XPS-format image baselines in gm.
101 GM* next() {
125 // image files read/written by GM use this file extension.
144 /* Write GM images if a write path is provided. */
146 /* Read reference GM images if a read path is provided. */
445 * Prepare an SkBitmap to render a GM into.
447 * After you've rendered the GM into the SkBitmap, you must cal
2271 GM* gm; local
    [all...]
bitmapalphathreshold.cpp 8 #include "gm.h"
14 class BitmapAlphaThresholdGM : public skiagm::GM {
139 typedef skiagm::GM INHERITED;
  /external/skia/dm/
DMGpuTask.cpp 68 return SkToBool(fGM->getFlags() & skiagm::GM::kSkipGPU_Flag);

Completed in 97 milliseconds

1 2 3 45 6 7