OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mUpdateTimes
(Results
1 - 2
of
2
) sorted by null
/cts/tests/openglperf2/src/android/opengl2/cts/reference/
GLReferenceActivity.java
32
public double[]
mUpdateTimes
;
70
mUpdateTimes
= data.getDoubleArrayExtra(GLGameActivity.UPDATE_TIMES);
GLGameActivity.java
45
private double[]
mUpdateTimes
;
81
intent.putExtra(UPDATE_TIMES,
mUpdateTimes
);
124
mUpdateTimes
= new double[mNumFrames];
131
mUpdateTimes
,
Completed in 152 milliseconds