HomeSort by relevance Sort by last modified time
    Searched full:performtest (Results 1 - 3 of 3) sorted by null

  /external/skia/bench/
ScalarBench.cpp 21 virtual void performTest() = 0;
33 this->performTest();
70 virtual void performTest() {
87 virtual void performTest() {
MatrixBench.cpp 21 virtual void performTest() = 0;
33 this->performTest();
57 virtual void performTest() {
80 virtual void performTest() {
118 virtual void performTest() {
161 virtual void performTest() {
199 virtual void performTest() {
236 // Putting random generation of the matrix inside performTest()
239 virtual void performTest() {
282 virtual void performTest() {
    [all...]
MathBench.cpp 25 virtual void performTest(float dst[], const float src[], int count) = 0;
37 this->performTest(fDst, fSrc, kBuffer);
52 virtual void performTest(float* SK_RESTRICT dst, const float* SK_RESTRICT src,
68 virtual void performTest(float dst[], const float src[], int count) {
81 virtual void performTest(float dst[], const float src[], int count) {
104 virtual void performTest(float dst[], const float src[], int count) {

Completed in 43 milliseconds