Searched refs:BenchRegistry (Results 1 – 9 of 9) sorted by relevance
100 static BenchRegistry gFillReg(FillFactory);101 static BenchRegistry gBlendReg(BlendFactory);102 static BenchRegistry gBMReg0(BMFactory0);103 static BenchRegistry gBMReg1(BMFactory1);104 static BenchRegistry gBMReg2(BMFactory2);105 static BenchRegistry gBMReg3(BMFactory3);106 static BenchRegistry gBMReg4(BMFactory4);107 static BenchRegistry gBMReg5(BMFactory5);
126 static BenchRegistry gRectReg1(RectFactory1);127 static BenchRegistry gRectReg2(RectFactory2);128 static BenchRegistry gOvalReg1(OvalFactory1);129 static BenchRegistry gOvalReg2(OvalFactory2);130 static BenchRegistry gRRectReg1(RRectFactory1);131 static BenchRegistry gRRectReg2(RRectFactory2);132 static BenchRegistry gPointsReg(PointsFactory);133 static BenchRegistry gLinesReg(LinesFactory);134 static BenchRegistry gPolygonReg(PolygonFactory);
114 static BenchRegistry gReg0(Fact0);115 static BenchRegistry gReg1(Fact1);116 static BenchRegistry gReg2(Fact2);117 static BenchRegistry gReg3(Fact3);118 static BenchRegistry gReg4(Fact4);119 static BenchRegistry gReg5(Fact5);120 static BenchRegistry gReg6(Fact6);121 static BenchRegistry gReg7(Fact7);
173 static BenchRegistry gReg0(Fact0);174 static BenchRegistry gReg1(Fact1);175 static BenchRegistry gReg2(Fact2);176 static BenchRegistry gReg3(Fact3);177 static BenchRegistry gReg4(Fact4);178 static BenchRegistry gReg5(Fact5);179 static BenchRegistry gReg6(Fact6);
51 static BenchRegistry gReg0(Fact0);52 static BenchRegistry gReg1(Fact1);53 static BenchRegistry gReg2(Fact2);
135 static BenchRegistry gReg0(Fact0);136 static BenchRegistry gReg1(Fact1);137 static BenchRegistry gReg2(Fact2);138 static BenchRegistry gReg3(Fact3);
5 template BenchRegistry* BenchRegistry::gHead;
53 fBench = BenchRegistry::Head(); in Iter()59 BenchRegistry::Factory f = fBench->factory(); in next()67 const BenchRegistry* fBench;
65 typedef SkTRegistry<SkBenchmark*, void*> BenchRegistry; typedef