HomeSort by relevance Sort by last modified time
    Searched refs:MyFactory (Results 176 - 200 of 364) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/skia/gm/
lighting.cpp 127 static GM* MyFactory(void*) { return new ImageLightingGM; }
128 static GMRegistry reg(MyFactory);
matrixconvolution.cpp 116 static GM* MyFactory(void*) { return new MatrixConvolutionGM; }
117 static GMRegistry reg(MyFactory);
mixedxfermodes.cpp 142 static GM* MyFactory(void*) { return new MixedXfermodesGM; }
143 static GMRegistry reg(MyFactory);
modecolorfilters.cpp 163 static GM* MyFactory(void*) { return new ModeColorFilterGM; }
164 static GMRegistry reg(MyFactory);
offsetimagefilter.cpp 129 static GM* MyFactory(void*) { return new OffsetImageFilterGM; }
130 static GMRegistry reg(MyFactory);
pathopsinverse.cpp 115 static GM* MyFactory(void*) { return new PathOpsInverseGM; }
116 static GMRegistry reg(MyFactory);
resizeimagefilter.cpp 124 static GM* MyFactory(void*) { return new ResizeGM; }
125 static GMRegistry reg(MyFactory);
shadertext3.cpp 138 static GM* MyFactory(void*) { return new ShaderText3GM; }
139 static GMRegistry reg(MyFactory);
tablecolorfilter.cpp 136 static skiagm::GM* MyFactory(void*) { return new TableColorFilterGM; }
137 static skiagm::GMRegistry reg(MyFactory);
testimagefilters.cpp 148 static skiagm::GM* MyFactory(void*) { return new TestImageFiltersGM; }
149 static skiagm::GMRegistry reg(MyFactory);
texdata.cpp 141 static GM* MyFactory(void*) { return new TexDataGM; }
142 static GMRegistry reg(MyFactory);
tileimagefilter.cpp 134 static GM* MyFactory(void*) { return new TileImageFilterGM; }
135 static GMRegistry reg(MyFactory);
xfermodes2.cpp 150 static GM* MyFactory(void*) { return new Xfermodes2GM; }
151 static GMRegistry reg(MyFactory);
  /external/chromium_org/third_party/skia/samplecode/
SampleAARectModes.cpp 136 static SkView* MyFactory() { return new AARectsModesView; }
137 static SkViewRegister reg(MyFactory);
SampleAnimator.cpp 161 static SkView* MyFactory() {
174 static SkViewRegister reg(MyFactory);
SampleBlur.cpp 141 static SkView* MyFactory() { return new BlurView; }
142 static SkViewRegister reg(MyFactory);
SampleConcavePaths.cpp 152 static SkView* MyFactory() { return new ConcavePathView; }
153 static SkViewRegister reg(MyFactory);
SampleCull.cpp 196 static SkView* MyFactory() { return new CullView; }
197 static SkViewRegister reg(MyFactory);
SampleDitherBitmap.cpp 150 static SkView* MyFactory() { return new DitherBitmapView; }
151 static SkViewRegister reg(MyFactory);
SampleFilter.cpp 121 static SkView* MyFactory() { return new FilterView; }
122 static SkViewRegister reg(MyFactory);
SampleFontCache.cpp 141 static SkView* MyFactory() { return new FontCacheView; }
142 static SkViewRegister reg(MyFactory);
SampleHairCurves.cpp 132 static SkView* MyFactory() { return new HairCurvesView; }
133 static SkViewRegister reg(MyFactory);
SampleHairModes.cpp 134 static SkView* MyFactory() { return new HairModesView; }
135 static SkViewRegister reg(MyFactory);
SamplePathFill.cpp 145 static SkView* MyFactory() { return new PathFillView; }
146 static SkViewRegister reg(MyFactory);
SamplePictFile.cpp 202 static SkView* MyFactory() { return new PictFileView; }
203 static SkViewRegister reg(MyFactory);

Completed in 722 milliseconds

1 2 3 4 5 6 78 91011>>