OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mSetUpTimes
(Results
1 - 3
of
3
) sorted by null
/cts/tests/openglperf2/jni/reference/
ReferenceRenderer.h
30
double
mSetUpTimes
[4];
/cts/tests/openglperf2/src/android/opengl2/cts/reference/
GLReferenceActivity.java
31
public double[]
mSetUpTimes
;
69
mSetUpTimes
= data.getDoubleArrayExtra(GLGameActivity.SET_UP_TIME);
GLGameActivity.java
44
private double[]
mSetUpTimes
;
80
intent.putExtra(SET_UP_TIME,
mSetUpTimes
);
122
mSetUpTimes
= new double[4];
130
mSetUpTimes
,
Completed in 67 milliseconds