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

1 2 3 4 5

  /external/skia/dm/
DMCpuTask.h 24 skiagm::GMRegistry::Factory,
33 skiagm::GMRegistry::Factory fGMFactory;
DMGpuTask.h 24 skiagm::GMRegistry::Factory,
DM.cpp 22 using skiagm::GMRegistry;
51 static void kick_off_tasks(const SkTDArray<GMRegistry::Factory>& gms,
121 SkTDArray<GMRegistry::Factory> gms;
122 for (const GMRegistry* reg = GMRegistry::Head(); reg != NULL; reg = reg->next()) {
DMCpuTask.cpp 16 skiagm::GMRegistry::Factory gmFactory,
DMGpuTask.cpp 16 skiagm::GMRegistry::Factory gmFactory,
  /external/skia/gm/
giantbitmap.cpp 142 static skiagm::GMRegistry reg000(G000);
143 static skiagm::GMRegistry reg100(G100);
144 static skiagm::GMRegistry reg200(G200);
145 static skiagm::GMRegistry reg010(G010);
146 static skiagm::GMRegistry reg110(G110);
147 static skiagm::GMRegistry reg210(G210);
149 static skiagm::GMRegistry reg001(G001);
150 static skiagm::GMRegistry reg101(G101);
151 static skiagm::GMRegistry reg201(G201);
152 static skiagm::GMRegistry reg011(G011)
    [all...]
selftest.cpp 61 static skiagm::GMRegistry gR1(F1);
62 static skiagm::GMRegistry gR2(F2);
copyTo4444.cpp 54 static GMRegistry reg(MyFactory);
cmykjpeg.cpp 75 static GMRegistry reg(MyFactory);
dashcubics.cpp 73 static skiagm::GMRegistry reg(MyFactory);
factory.cpp 69 static GMRegistry reg(MyFactory);
imageblur.cpp 59 static GMRegistry reg(MyFactory);
lcdtext.cpp 68 static GMRegistry reg(MyFactory);
tinybitmap.cpp 62 static GMRegistry reg(MyFactory);
gm.h 25 static skiagm::GMRegistry SK_MACRO_APPEND_LINE(R_)(SK_MACRO_APPEND_LINE(F_));
126 typedef SkTRegistry<GM*(*)(void*)> GMRegistry;
bitmaprect.cpp 245 static skiagm::GMRegistry reg0(MyFactory0);
246 static skiagm::GMRegistry reg1(MyFactory1);
248 static skiagm::GMRegistry reg2(MyFactory2);
251 static skiagm::GMRegistry reg3(MyFactory3);
252 static skiagm::GMRegistry reg4(MyFactory4);
gradtext.cpp 163 static GMRegistry reg(MyFactory);
164 static GMRegistry Creg(CMyFactory);
165 static GMRegistry Creg2(CMyFactory2);
complexclip.cpp 192 static GMRegistry gReg0(gFact0);
193 static GMRegistry gReg1(gFact1);
194 static GMRegistry gReg2(gFact2);
195 static GMRegistry gReg3(gFact3);
complexclip2.cpp 168 static GMRegistry reg(MyFactory);
172 static GMRegistry reg2(MyFactory2);
176 static GMRegistry reg3(MyFactory3);
180 static GMRegistry reg4(MyFactory4);
composeshader.cpp 80 static GMRegistry reg(MyFactory);
distantclip.cpp 75 static GMRegistry reg(MyFactory);
gm.cpp 67 template GMRegistry* SkTRegistry<GM*(*)(void*)>::gHead;
imagemagnifier.cpp 67 static GMRegistry reg(MyFactory);
internal_links.cpp 75 static GMRegistry reg(MyFactory);
pathopsskpclip.cpp 71 static GMRegistry reg(MyFactory);

Completed in 58 milliseconds

1 2 3 4 5