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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/gm/
gm.cpp 8 #include "gm.h"
12 GM::GM() {
20 GM::~GM() {}
22 void GM::draw(SkCanvas* canvas) {
27 void GM::drawContent(SkCanvas* canvas) {
35 void GM::drawBackground(SkCanvas* canvas) {
43 const char* GM::getName() {
50 void GM::setBGColor(SkColor color)
    [all...]
copyTo4444.cpp 8 #include "gm.h"
20 class CopyTo4444GM : public GM {
48 typedef GM INHERITED;
53 static GM* MyFactory(void*) { return new CopyTo4444GM; }
selftest.cpp 10 * output images across platforms for gm/tests/run.sh
13 #include "gm.h"
17 class SelfTestGM : public skiagm::GM {
50 // ('gm generating spurious pixel_error messages as of r7258')
54 static skiagm::GM* F1(void*) {
57 static skiagm::GM* F2(void*) {
58 return new SelfTestGM("selftest2", kTranslucentBlue, skiagm::GM::kSkipPipe_Flag);
giantbitmap.cpp 8 #include "gm.h"
21 class GiantBitmapGM : public skiagm::GM {
132 typedef GM INHERITED;
137 static skiagm::GM* G000(void*) { return new GiantBitmapGM(SkShader::kClamp_TileMode, false, false); }
138 static skiagm::GM* G100(void*) { return new GiantBitmapGM(SkShader::kRepeat_TileMode, false, false); }
139 static skiagm::GM* G200(void*) { return new GiantBitmapGM(SkShader::kMirror_TileMode, false, false); }
140 static skiagm::GM* G010(void*) { return new GiantBitmapGM(SkShader::kClamp_TileMode, true, false); }
141 static skiagm::GM* G110(void*) { return new GiantBitmapGM(SkShader::kRepeat_TileMode, true, false); }
142 static skiagm::GM* G210(void*) { return new GiantBitmapGM(SkShader::kMirror_TileMode, true, false); }
144 static skiagm::GM* G001(void*) { return new GiantBitmapGM(SkShader::kClamp_TileMode, false, true);
    [all...]
imagealphathreshold.cpp 8 #include "gm.h"
17 class ImageAlphaThresholdGM : public GM {
26 GM::kSkipTiled_Flag |
27 GM::kSkipPicture_Flag |
28 GM::kSkipPipe_Flag |
29 GM::kSkipPipeCrossProcess_Flag;
78 typedef GM INHERITED;
83 static GM* MyFactory(void*) { return new ImageAlphaThresholdGM; }
gm.h 24 static skiagm::GM* SK_MACRO_APPEND_LINE(F_)(void*) { code; } \
29 class GM {
31 GM();
32 virtual ~GM();
47 kAsBench_Flag = 1 << 10, // Run the GM as a benchmark in the bench tool
93 // GM's getISize bounds.
124 typedef SkTRegistry<GM*(*)(void*)> GMRegistry;
cmykjpeg.cpp 8 #include "gm.h"
20 class CMYKJpegGM : public GM {
62 typedef GM INHERITED;
67 static GM* MyFactory(void*) { return new CMYKJpegGM; }
dashcubics.cpp 8 #include "gm.h"
18 class DashCubicsGM : public skiagm::GM {
71 typedef GM INHERITED;
76 static skiagm::GM* MyFactory(void*) { return new DashCubicsGM; }
factory.cpp 8 #include "gm.h"
26 class FactoryGM : public GM {
67 typedef GM INHERITED;
72 static GM* MyFactory(void*) { return new FactoryGM; }
  /external/skia/gm/
gm.cpp 8 #include "gm.h"
12 GM::GM() {
20 GM::~GM() {}
22 void GM::draw(SkCanvas* canvas) {
27 void GM::drawContent(SkCanvas* canvas) {
35 void GM::drawBackground(SkCanvas* canvas) {
43 const char* GM::getName() {
50 void GM::setBGColor(SkColor color)
    [all...]
selftest.cpp 10 * output images across platforms for gm/tests/run.sh
13 #include "gm.h"
17 class SelfTestGM : public skiagm::GM {
50 // ('gm generating spurious pixel_error messages as of r7258')
54 static skiagm::GM* F1(void*) {
57 static skiagm::GM* F2(void*) {
58 return new SelfTestGM("selftest2", kTranslucentBlue, skiagm::GM::kSkipPipe_Flag);
giantbitmap.cpp 8 #include "gm.h"
21 class GiantBitmapGM : public skiagm::GM {
128 typedef GM INHERITED;
133 static skiagm::GM* G000(void*) { return new GiantBitmapGM(SkShader::kClamp_TileMode, false, false); }
134 static skiagm::GM* G100(void*) { return new GiantBitmapGM(SkShader::kRepeat_TileMode, false, false); }
135 static skiagm::GM* G200(void*) { return new GiantBitmapGM(SkShader::kMirror_TileMode, false, false); }
136 static skiagm::GM* G010(void*) { return new GiantBitmapGM(SkShader::kClamp_TileMode, true, false); }
137 static skiagm::GM* G110(void*) { return new GiantBitmapGM(SkShader::kRepeat_TileMode, true, false); }
138 static skiagm::GM* G210(void*) { return new GiantBitmapGM(SkShader::kMirror_TileMode, true, false); }
140 static skiagm::GM* G001(void*) { return new GiantBitmapGM(SkShader::kClamp_TileMode, false, true);
    [all...]
imagealphathreshold.cpp 8 #include "gm.h"
17 class ImageAlphaThresholdGM : public GM {
26 GM::kSkipTiled_Flag |
27 GM::kSkipPicture_Flag |
28 GM::kSkipPipe_Flag |
29 GM::kSkipPipeCrossProcess_Flag;
78 typedef GM INHERITED;
83 static GM* MyFactory(void*) { return new ImageAlphaThresholdGM; }
gm.h 23 static skiagm::GM* SK_MACRO_APPEND_LINE(F_)(void*) { code; } \
28 class GM {
30 GM();
31 virtual ~GM();
46 kAsBench_Flag = 1 << 10, // Run the GM as a benchmark in the bench tool
90 // GM's getISize bounds.
121 typedef SkTRegistry<GM*(*)(void*)> GMRegistry;
  /external/chromium_org/third_party/skia/bench/
GMBench.h 12 #include "gm.h"
15 * Runs a GM as a benchmark by repeatedly drawing the GM.
19 // Constructor takes ownership of the GM param.
20 GMBench(skiagm::GM* gm);
30 skiagm::GM* fGM;
GMBench.cpp 10 GMBench::GMBench(skiagm::GM* gm) : fGM(gm) {
11 fName.printf("GM_%s", gm->getName());
24 return !(skiagm::GM::kSkipGPU_Flag & flags);
26 return !(skiagm::GM::kSkipPDF_Flag & flags);
28 // GM doesn't have an equivalent flag. If the GM has known issues with 565 then
30 return !(skiagm::GM::kSkip565_Flag & flags);
41 // Does the GM ever rely on drawBackground to lazily compute something
    [all...]
  /external/skia/bench/
GMBench.h 10 #include "gm.h"
13 * Runs a GM as a benchmark by repeatedly drawing the GM.
17 // Constructor takes ownership of the GM param.
18 GMBench(skiagm::GM* gm);
28 skiagm::GM* fGM;
GMBench.cpp 10 GMBench::GMBench(skiagm::GM* gm) : fGM(gm) {
11 fName.printf("GM:%s", gm->getName());
24 return !(skiagm::GM::kSkipGPU_Flag & flags);
26 return !(skiagm::GM::kSkipPDF_Flag & flags);
28 // GM doesn't have an equivalent flag. If the GM has known issues with 565 then
30 return !(skiagm::GM::kSkip565_Flag & flags)
    [all...]
  /external/skia/dm/
DMQuiltTask.h 8 #include "gm.h"
10 // Records a GM through an SkPicture, draws it in tiles, and compares against the reference bitmap.
18 skiagm::GM*, // GM to run through a picture. Takes ownership.
27 SkAutoTDelete<skiagm::GM> fGM;
DMSerializeTask.h 8 #include "gm.h"
18 skiagm::GM*,
27 SkAutoTDelete<skiagm::GM> fGM;
DMPipeTask.h 8 #include "gm.h"
10 // Sends a GM through a pipe, draws it, and compares against the reference bitmap.
24 skiagm::GM*, // GM to run through a pipe. Takes ownership.
35 SkAutoTDelete<skiagm::GM> fGM;
DMReplayTask.h 8 #include "gm.h"
10 // Records a GM through an SkPicture, draws it, and compares against the reference bitmap.
22 skiagm::GM*, // GM to run through a picture. Takes ownership.
33 SkAutoTDelete<skiagm::GM> fGM;
  /external/chromium_org/third_party/skia/dm/
DMPipeTask.h 8 #include "gm.h"
10 // Sends a GM through a pipe, draws it, and compares against the reference bitmap.
24 skiagm::GM*, // GM to run through a pipe. Takes ownership.
35 SkAutoTDelete<skiagm::GM> fGM;
DMQuiltTask.h 8 #include "gm.h"
10 // Records a GM through an SkPicture, draws it in tiles, and compares against the reference bitmap.
27 skiagm::GM*, // GM to run through a picture. Takes ownership.
39 SkAutoTDelete<skiagm::GM> fGM;
DMSerializeTask.h 8 #include "gm.h"
22 skiagm::GM*,
33 SkAutoTDelete<skiagm::GM> fGM;

Completed in 480 milliseconds

1 2 3 4 5 6 7 8 91011>>