Searched refs:framesAgo (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 61 EGLint framesAgo, EGLint numTimestamps, const EGLint *timestamps, 95 surface, EGLint framesAgo, EGLint numTimestamps, 101 The framesAgo parameter indicates how many frames before the last posted
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 634 EGLAPI EGLBoolean eglGetFrameTimestampsANDROID(EGLDisplay dpy, EGLSurface surface, EGLint framesAgo… 637 …LGETFRAMETIMESTAMPSANDROID) (EGLDisplay dpy, EGLSurface surface, EGLint framesAgo, EGLint numTimes…
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 803 uint32_t framesAgo = va_arg(args, uint32_t); in dispatchGetFrameTimestamps() local 810 bool ret = getFrameTimestamps(getNextFrameNumber() - 1 - framesAgo, in dispatchGetFrameTimestamps()
|
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 2018 EGLint framesAgo, EGLint numTimestamps, const EGLint *timestamps, in eglGetFrameTimestampsANDROID() argument 2075 status_t ret = native_window_get_frame_timestamps(s->win.get(), framesAgo, in eglGetFrameTimestampsANDROID()
|