Lines Matching refs:INHERITED
17 MatrixBench(void* param, const char name[]) : INHERITED(param) { in MatrixBench()
38 typedef SkBenchmark INHERITED; typedef in MatrixBench
55 EqualsMatrixBench(void* param) : INHERITED(param, "equals") {} in EqualsMatrixBench()
68 typedef MatrixBench INHERITED; typedef in EqualsMatrixBench
73 ScaleMatrixBench(void* param) : INHERITED(param, "scale") { in ScaleMatrixBench()
89 typedef MatrixBench INHERITED; typedef in ScaleMatrixBench
106 FloatConcatMatrixBench(void* p) : INHERITED(p, "concat_floatfloat") { in FloatConcatMatrixBench()
137 typedef MatrixBench INHERITED; typedef in FloatConcatMatrixBench
149 FloatDoubleConcatMatrixBench(void* p) : INHERITED(p, "concat_floatdouble") { in FloatDoubleConcatMatrixBench()
180 typedef MatrixBench INHERITED; typedef in FloatDoubleConcatMatrixBench
187 DoubleConcatMatrixBench(void* p) : INHERITED(p, "concat_double") { in DoubleConcatMatrixBench()
218 typedef MatrixBench INHERITED; typedef in DoubleConcatMatrixBench
224 : INHERITED(param, "gettype") { in GetTypeMatrixBench()
263 typedef MatrixBench INHERITED; typedef in GetTypeMatrixBench
269 ScaleTransMixedMatrixBench(void* p) : INHERITED(p, "scaletrans_mixed"), fCount (16) { in ScaleTransMixedMatrixBench()
303 typedef MatrixBench INHERITED; typedef in ScaleTransMixedMatrixBench
308 ScaleTransDoubleMatrixBench(void* p) : INHERITED(p, "scaletrans_double"), fCount (16) { in ScaleTransDoubleMatrixBench()
341 typedef MatrixBench INHERITED; typedef in ScaleTransDoubleMatrixBench