OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTENT_EXTRA_NUM_ITERATIONS
(Results
1 - 3
of
3
) sorted by null
/cts/tests/openglperf2/src/android/opengl2/cts/
GLActivityIntentKeys.java
32
public final static String
INTENT_EXTRA_NUM_ITERATIONS
= "num_iterations";
/cts/tests/openglperf2/src/android/opengl2/cts/primitive/
GLPrimitiveBenchmark.java
128
intent.putExtra(GLActivityIntentKeys.
INTENT_EXTRA_NUM_ITERATIONS
, numIterations);
GLPrimitiveActivity.java
55
mNumIterations = intent.getIntExtra(GLActivityIntentKeys.
INTENT_EXTRA_NUM_ITERATIONS
, 0);
Completed in 256 milliseconds