OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:frameTimes
(Results
1 - 4
of
4
) sorted by null
/external/deqp/modules/glshared/
glsCalibration.hpp
86
std::vector<deUint64>
frameTimes
;
/external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp
277
vector<float>
frameTimes
; //!< In microseconds.
281
void addFrameTime (float time) {
frameTimes
.push_back(time); }
284
vector<float> times =
frameTimes
;
869
const float drawCallTime = (float)calibratorMeasure.getTotalTime() / (float)calibratorMeasure.
frameTimes
.size();
[
all
...]
/external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp
277
vector<float>
frameTimes
; //!< In microseconds.
281
void addFrameTime (float time) {
frameTimes
.push_back(time); }
284
vector<float> times =
frameTimes
;
869
const float drawCallTime = (float)calibratorMeasure.getTotalTime() / (float)calibratorMeasure.
frameTimes
.size();
[
all
...]
/frameworks/base/graphics/java/android/graphics/drawable/
AnimatedStateListDrawable.java
694
final int[]
frameTimes
= mFrameTimes;
698
frameTimes
[i] = duration;
714
final int[]
frameTimes
= mFrameTimes;
719
while (i < N && remaining >=
frameTimes
[i]) {
720
remaining -=
frameTimes
[i];
Completed in 3448 milliseconds