OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSetUpTimes
(Results
1 - 6
of
6
) sorted by null
/cts/tests/openglperf2/jni/reference/
ReferenceRenderer.h
30
double
mSetUpTimes
[4];
ReferenceRenderer.cpp
33
mSetUpTimes
[i] = 0;
40
mSetUpTimes
[0] = GLUtils::currentTimeMillis() - start;
60
mSetUpTimes
[i] += times[i] - times[i - 1];
GLReference.cpp
40
setUpTimes, 0, ReferenceRenderer::NUM_SETUP_TIMES, renderer->
mSetUpTimes
);
/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
,
GLReferenceBenchmark.java
53
double[] setUpTimes = activity.
mSetUpTimes
;
Completed in 670 milliseconds