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

1234567891011>>

/external/chromium_org/third_party/skia/gm/
H A Dgiantbitmap.cpp21 class GiantBitmapGM : public skiagm::GM {
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* G101(void*) { return new GiantBitmapGM(SkShader::kRepeat_TileMode, false, true); }
146 static skiagm
[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);
61 static skiagm::GMRegistry gR1(F1);
62 static skiagm::GMRegistry gR2(F2);
H A Ddashcubics.cpp18 class DashCubicsGM : public skiagm::GM {
76 static skiagm::GM* MyFactory(void*) { return new DashCubicsGM; }
77 static skiagm::GMRegistry reg(MyFactory);
/external/skia/gm/
H A Dgiantbitmap.cpp21 class GiantBitmapGM : public skiagm::GM {
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* G101(void*) { return new GiantBitmapGM(SkShader::kRepeat_TileMode, false, true); }
142 static skiagm
[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);
61 static skiagm::GMRegistry gR1(F1);
62 static skiagm::GMRegistry gR2(F2);
H A Ddashcubics.cpp18 class DashCubicsGM : public skiagm::GM {
76 static skiagm::GM* MyFactory(void*) { return new DashCubicsGM; }
77 static skiagm::GMRegistry reg(MyFactory);
/external/chromium_org/third_party/skia/dm/
H A DDMCpuGMTask.h22 skiagm::GMRegistry::Factory,
30 skiagm::GMRegistry::Factory fGMFactory;
31 SkAutoTDelete<skiagm::GM> fGM;
H A DDMGpuGMTask.h22 skiagm::GMRegistry::Factory,
32 SkAutoTDelete<skiagm::GM> fGM;
H A DDMPDFTask.h21 skiagm::GMRegistry::Factory,
38 SkAutoTDelete<skiagm::GM> fGM;
H A DDMPipeTask.h24 skiagm::GM*, // GM to run through a pipe. Takes ownership.
35 SkAutoTDelete<skiagm::GM> fGM;
H A DDMQuiltTask.h27 skiagm::GM*, // GM to run through a picture. Takes ownership.
39 SkAutoTDelete<skiagm::GM> fGM;
H A DDMSerializeTask.h22 skiagm::GM*,
33 SkAutoTDelete<skiagm::GM> fGM;
/external/skia/dm/
H A DDMCpuGMTask.h23 skiagm::GMRegistry::Factory,
32 skiagm::GMRegistry::Factory fGMFactory;
33 SkAutoTDelete<skiagm::GM> fGM;
H A DDMQuiltTask.h18 skiagm::GM*, // GM to run through a picture. Takes ownership.
27 SkAutoTDelete<skiagm::GM> fGM;
H A DDMReplayTask.h22 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;
H A DDMExpectations.h29 const skiagm::Expectations expectations = fGMExpectations.get(filename.c_str());
36 const skiagm::GmResultDigest digest(bitmap);
41 skiagm::JsonExpectationsSource fGMExpectations;
H A DDMGpuGMTask.h23 skiagm::GMRegistry::Factory,
33 SkAutoTDelete<skiagm::GM> fGM;
H A DDMPDFTask.h22 skiagm::GMRegistry::Factory,
39 SkAutoTDelete<skiagm::GM> fGM;
H A DDMPipeTask.h24 skiagm::GM*, // GM to run through a pipe. Takes ownership.
35 SkAutoTDelete<skiagm::GM> fGM;
H A DDMRecordTask.h22 RecordTask(const Task& parent, skiagm::GM*, SkBitmap reference, Mode);
33 SkAutoTDelete<skiagm::GM> fGM;
/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);
30 return !(skiagm::GM::kSkip565_Flag & flags);
H A DGMBench.h20 GMBench(skiagm::GM* gm);
30 skiagm::GM* fGM;
/external/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);
30 return !(skiagm::GM::kSkip565_Flag & flags);
H A DGMBench.h18 GMBench(skiagm::GM* gm);
28 skiagm::GM* fGM;

Completed in 466 milliseconds

1234567891011>>