Home
last modified time | relevance | path

Searched refs:framesAgo (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/specs/
DEGL_ANDROID_get_frame_timestamps.txt61 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/
Deglext.h634 EGLAPI EGLBoolean eglGetFrameTimestampsANDROID(EGLDisplay dpy, EGLSurface surface, EGLint framesAgo
637 …LGETFRAMETIMESTAMPSANDROID) (EGLDisplay dpy, EGLSurface surface, EGLint framesAgo, EGLint numTimes…
/frameworks/native/libs/gui/
DSurface.cpp803 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/
DeglApi.cpp2018 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()