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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/third_party/skia/gm/
giantbitmap.cpp 21 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::GM* G201(void*) { return new GiantBitmapGM(SkShader::kMirror_TileMode, false, true);
    [all...]
selftest.cpp 17 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);
dashcubics.cpp 18 class DashCubicsGM : public skiagm::GM {
76 static skiagm::GM* MyFactory(void*) { return new DashCubicsGM; }
77 static skiagm::GMRegistry reg(MyFactory);
bitmaprect.cpp 31 class DrawBitmapRect2 : public skiagm::GM {
93 typedef skiagm::GM INHERITED;
124 class DrawBitmapRect3 : public skiagm::GM {
153 typedef skiagm::GM INHERITED;
180 class DrawBitmapRect4 : public skiagm::GM {
233 typedef skiagm::GM INHERITED;
238 static skiagm::GM* MyFactory0(void*) { return new DrawBitmapRect2(false); }
239 static skiagm::GM* MyFactory1(void*) { return new DrawBitmapRect2(true); }
241 static skiagm::GM* MyFactory2(void*) { return new DrawBitmapRect3(); }
244 static skiagm::GM* MyFactory3(void*) { return new DrawBitmapRect4(false);
    [all...]
bigtext.cpp 17 class BigTextGM : public skiagm::GM {
55 typedef skiagm::GM INHERITED;
gm.h 24 static skiagm::GM* SK_MACRO_APPEND_LINE(F_)(void*) { code; } \
25 static skiagm::GMRegistry SK_MACRO_APPEND_LINE(R_)(SK_MACRO_APPEND_LINE(F_));
27 namespace skiagm { namespace
getpostextpath.cpp 14 class GetPosTextPathGM : public skiagm::GM {
77 static skiagm::GM* F(void*) { return new GetPosTextPathGM; }
78 static skiagm::GMRegistry gR(F);
hittestpath.cpp 32 class HitTestPathGM : public skiagm::GM {
78 static skiagm::GM* MyFactory(void*) { return new HitTestPathGM; }
79 static skiagm::GMRegistry reg(MyFactory);
strokes.cpp 37 class StrokesGM : public skiagm::GM {
81 typedef skiagm::GM INHERITED;
84 class Strokes2GM : public skiagm::GM {
143 typedef skiagm::GM INHERITED;
154 class Strokes3GM : public skiagm::GM {
251 typedef skiagm::GM INHERITED;
256 static skiagm::GM* F0(void*) { return new StrokesGM; }
257 static skiagm::GM* F1(void*) { return new Strokes2GM; }
258 static skiagm::GM* F2(void*) { return new Strokes3GM; }
260 static skiagm::GMRegistry R0(F0)
    [all...]
copyTo4444.cpp 15 namespace skiagm { namespace
verylargebitmap.cpp 57 class VeryLargeBitmapGM : public skiagm::GM {
115 typedef skiagm::GM INHERITED;
120 static skiagm::GM* MyFactory(void*) { return new VeryLargeBitmapGM; }
121 static skiagm::GMRegistry reg(MyFactory);
astcbitmap.cpp 45 namespace skiagm { namespace
100 } // namespace skiagm
104 DEF_GM( return SkNEW(skiagm::ASTCBitmapGM); )
  /external/chromium_org/third_party/skia/dm/
DMCpuGMTask.h 22 skiagm::GMRegistry::Factory,
30 skiagm::GMRegistry::Factory fGMFactory;
31 SkAutoTDelete<skiagm::GM> fGM;
DMGpuGMTask.h 22 skiagm::GMRegistry::Factory,
32 SkAutoTDelete<skiagm::GM> fGM;
DMPDFTask.h 21 skiagm::GMRegistry::Factory,
38 SkAutoTDelete<skiagm::GM> fGM;
DMPipeTask.h 24 skiagm::GM*, // GM to run through a pipe. Takes ownership.
35 SkAutoTDelete<skiagm::GM> fGM;
DMQuiltTask.h 27 skiagm::GM*, // GM to run through a picture. Takes ownership.
39 SkAutoTDelete<skiagm::GM> fGM;
DMSerializeTask.h 22 skiagm::GM*,
33 SkAutoTDelete<skiagm::GM> fGM;
DMPipeTask.cpp 36 skiagm::GM* gm,
73 if (fGM->getFlags() & skiagm::GM::kSkipPipe_Flag) {
77 fGM->getFlags() & skiagm::GM::kSkipPipeCrossProcess_Flag) {
DMQuiltTask.cpp 21 QuiltTask::QuiltTask(const Task& parent, skiagm::GM* gm, SkBitmap reference,
82 if (fGM->getFlags() & skiagm::GM::kNoBBH_Flag) {
92 if (fGM->getFlags() & skiagm::GM::kSkipTiled_Flag) {
115 if (fGM->getFlags() & skiagm::GM::kSkipPicture_Flag) {
DMUtil.h 22 SkPicture* RecordPicture(skiagm::GM* gm,
DMGpuGMTask.cpp 13 skiagm::GMRegistry::Factory gmFactory,
51 return kGPUDisabled || SkToBool(fGM->getFlags() & skiagm::GM::kSkipGPU_Flag);
DMSerializeTask.cpp 18 skiagm::GM* gm,
47 if (fGM->getFlags() & skiagm::GM::kSkipPicture_Flag) {
  /external/chromium_org/third_party/skia/bench/
GMBench.h 20 GMBench(skiagm::GM* gm);
30 skiagm::GM* fGM;
GMBench.cpp 10 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);

Completed in 463 milliseconds

1 2 3 4 5 6 7 8 9