Searched refs:startBenchmark (Results 1 – 2 of 2) sorted by relevance
108 private static native boolean startBenchmark(int workload, int numFrames, double[] frameTimes); in startBenchmark() method in GLPrimitiveActivity142 success = startBenchmark(workload, mNumFrames, times); in run()
91 private static native boolean startBenchmark(AssetManager manager, in startBenchmark() method in GLGameActivity128 boolean success = startBenchmark(getAssets(), in run()