Searched refs:performTest (Results 1 – 6 of 6) sorted by relevance
/external/skia/bench/ |
D | Matrix44Bench.cpp | 24 virtual void performTest() = 0; 35 this->performTest(); in onDraw() 55 virtual void performTest() { in performTest() function in EqualsMatrix44Bench 81 virtual void performTest() { in performTest() function in SetIdentityMatrix44Bench 100 virtual void performTest() { in performTest() function in PreScaleMatrix44Bench 137 virtual void performTest() { in performTest() function in InvertMatrix44Bench 169 virtual void performTest() { in performTest() function in InvertAffineMatrix44Bench 196 virtual void performTest() { in performTest() function in InvertScaleTranslateMatrix44Bench 218 virtual void performTest() { in performTest() function in InvertTranslateMatrix44Bench 237 virtual void performTest() { in performTest() function in PostScaleMatrix44Bench [all …]
|
D | ScalarBench.cpp | 25 virtual void performTest() = 0; 36 this->performTest(); in onDraw() 73 virtual void performTest() { in performTest() function in FloatComparisonBench 90 virtual void performTest() { in performTest() function in ForcedIntComparisonBench 113 virtual void performTest() SK_OVERRIDE { in performTest() function in IsFiniteScalarBench
|
D | InterpBench.cpp | 29 virtual void performTest(int16_t dst[], float x, float dx, int count) = 0; 41 this->performTest(fDst, fFx, fDx, kBuffer); in onDraw() 54 virtual void performTest(int16_t dst[], float fx, float dx, int count) SK_OVERRIDE { in performTest() function in Fixed16D16Interp 73 virtual void performTest(int16_t dst[], float fx, float dx, int count) SK_OVERRIDE { in performTest() function in Fixed32D32Interp 104 virtual void performTest(int16_t dst[], float fx, float dx, int count) SK_OVERRIDE { in performTest() function in Fixed16D48Interp 124 virtual void performTest(int16_t dst[], float fx, float dx, int count) SK_OVERRIDE { in performTest() function in FloatInterp 142 virtual void performTest(int16_t dst[], float fx, float dx, int count) SK_OVERRIDE { in performTest() function in DoubleInterp
|
D | MatrixBench.cpp | 25 virtual void performTest() = 0; 36 this->performTest(); in onDraw() 60 virtual void performTest() { in performTest() function in EqualsMatrixBench 83 virtual void performTest() { in performTest() function in ScaleMatrixBench 121 virtual void performTest() { in performTest() function in FloatConcatMatrixBench 164 virtual void performTest() { in performTest() function in FloatDoubleConcatMatrixBench 202 virtual void performTest() { in performTest() function in DoubleConcatMatrixBench 242 virtual void performTest() { in performTest() function in GetTypeMatrixBench 284 virtual void performTest() { in performTest() function in ScaleTransMixedMatrixBench 323 virtual void performTest() { in performTest() function in ScaleTransDoubleMatrixBench [all …]
|
D | MemsetBench.cpp | 43 virtual void performTest() = 0; 52 this->performTest(); in onDraw() 67 virtual void performTest() SK_OVERRIDE { in performTest() function in Memset32Bench 86 virtual void performTest() SK_OVERRIDE { in performTest() function in Memset16Bench
|
D | MathBench.cpp | 38 virtual void performTest(float* SK_RESTRICT dst, 52 this->performTest(fDst, fSrc, kBuffer); in onDraw() 69 virtual void performTest(float* SK_RESTRICT dst, in performTest() function in MathBenchU32 86 virtual void performTest(float* SK_RESTRICT dst, in performTest() function in NoOpMathBench 101 virtual void performTest(float* SK_RESTRICT dst, in performTest() function in SkRSqrtMathBench 117 virtual void performTest(float* SK_RESTRICT dst, in performTest() function in SlowISqrtMathBench 142 virtual void performTest(float* SK_RESTRICT dst, in performTest() function in FastISqrtMathBench
|