OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLastFrameNs
(Results
1 - 2
of
2
) sorted by null
/development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.h
101
uint64_t
mLastFrameNs
;
gles3jni.cpp
127
mLastFrameNs
(0)
147
mLastFrameNs
= 0;
198
if (
mLastFrameNs
> 0) {
199
float dt = float(nowNs -
mLastFrameNs
) * 0.000000001f;
222
mLastFrameNs
= nowNs;
Completed in 70 milliseconds