Searched refs:GM (Results 1 - 25 of 418) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/gm/
H A Dgm.cpp12 GM::GM() { function in class: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) {
54 void GM
[all...]
H A DcopyTo4444.cpp20 class CopyTo4444GM : public GM {
48 typedef GM INHERITED;
53 static GM* MyFactory(void*) { return new CopyTo4444GM; }
H A Dselftest.cpp17 class SelfTestGM : public skiagm::GM {
54 static skiagm::GM* F1(void*) {
57 static skiagm::GM* F2(void*) {
58 return new SelfTestGM("selftest2", kTranslucentBlue, skiagm::GM::kSkipPipe_Flag);
H A Dgiantbitmap.cpp21 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); }
145 static skiagm::GM* G10
[all...]
H A Dimagealphathreshold.cpp17 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; }
H A Dcmykjpeg.cpp20 class CMYKJpegGM : public GM {
62 typedef GM INHERITED;
67 static GM* MyFactory(void*) { return new CMYKJpegGM; }
H A Ddashcubics.cpp18 class DashCubicsGM : public skiagm::GM {
71 typedef GM INHERITED;
76 static skiagm::GM* MyFactory(void*) { return new DashCubicsGM; }
H A Dfactory.cpp26 class FactoryGM : public GM {
67 typedef GM INHERITED;
72 static GM* MyFactory(void*) { return new FactoryGM; }
H A Dlcdtext.cpp18 class LcdTextGM : public GM {
62 typedef GM INHERITED;
68 static GM* MyFactory(void*) { return new LcdTextGM; }
H A Dtinybitmap.cpp32 class TinyBitmapGM : public GM {
57 typedef GM INHERITED;
62 static GM* MyFactory(void*) { return new TinyBitmapGM; }
/external/skia/gm/
H A Dgm.cpp12 GM::GM() { function in class: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) {
54 void GM
[all...]
H A Dselftest.cpp17 class SelfTestGM : public skiagm::GM {
54 static skiagm::GM* F1(void*) {
57 static skiagm::GM* F2(void*) {
58 return new SelfTestGM("selftest2", kTranslucentBlue, skiagm::GM::kSkipPipe_Flag);
H A Dgiantbitmap.cpp21 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); }
141 static skiagm::GM* G10
[all...]
H A Dimagealphathreshold.cpp17 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; }
H A Dcmykjpeg.cpp20 class CMYKJpegGM : public GM {
68 typedef GM INHERITED;
73 static GM* MyFactory(void*) { return new CMYKJpegGM; }
H A DcopyTo4444.cpp20 class CopyTo4444GM : public GM {
49 typedef GM INHERITED;
54 static GM* MyFactory(void*) { return new CopyTo4444GM; }
H A Ddashcubics.cpp18 class DashCubicsGM : public skiagm::GM {
71 typedef GM INHERITED;
76 static skiagm::GM* MyFactory(void*) { return new DashCubicsGM; }
H A Dfactory.cpp26 class FactoryGM : public GM {
68 typedef GM INHERITED;
73 static GM* MyFactory(void*) { return new FactoryGM; }
/external/chromium_org/third_party/skia/bench/
H A DGMBench.cpp10 GMBench::GMBench(skiagm::GM* gm) : fGM(gm) {
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?
H A DGMBench.h15 * 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;
/external/skia/bench/
H A DGMBench.cpp10 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?
H A DGMBench.h13 * 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;
/external/skia/dm/
H A DDMQuiltTask.h10 // 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;
H A DDMReplayTask.h10 // 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;
H A DDMSerializeTask.h18 skiagm::GM*,
27 SkAutoTDelete<skiagm::GM> fGM;

Completed in 293 milliseconds

1234567891011>>