Home
last modified time | relevance | path

Searched refs:INTENT_EXTRA_NUM_ITERATIONS (Results 1 – 3 of 3) sorted by relevance

/cts/tests/openglperf2/src/android/opengl2/cts/
DGLActivityIntentKeys.java32 public final static String INTENT_EXTRA_NUM_ITERATIONS = "num_iterations"; field in GLActivityIntentKeys
/cts/tests/openglperf2/src/android/opengl2/cts/primitive/
DGLPrimitiveBenchmark.java128 intent.putExtra(GLActivityIntentKeys.INTENT_EXTRA_NUM_ITERATIONS, numIterations); in runBenchmark()
DGLPrimitiveActivity.java55 mNumIterations = intent.getIntExtra(GLActivityIntentKeys.INTENT_EXTRA_NUM_ITERATIONS, 0); in onCreate()