Searched refs:numTimestamps (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 72 EGLSurface surface, EGLint numTimestamps, 76 EGLuint64KHR frameId, EGLint numTimestamps, 127 EGLSurface surface, EGLint numTimestamps, 150 EGLSurface surface, EGLuint64KHR frameId, EGLint numTimestamps,
|
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 634 EGLBoolean eglGetCompositorTimingANDROID(EGLDisplay dpy, EGLSurface surface, EGLint numTimestamps, in eglGetCompositorTimingANDROID() argument 639 return cnx->platform.eglGetCompositorTimingANDROID(dpy, surface, numTimestamps, names, values); in eglGetCompositorTimingANDROID() 650 EGLint numTimestamps, const EGLint* timestamps, in eglGetFrameTimestampsANDROID() argument 655 return cnx->platform.eglGetFrameTimestampsANDROID(dpy, surface, frameId, numTimestamps, in eglGetFrameTimestampsANDROID()
|
D | egl_platform_entries.cpp | 2333 EGLint numTimestamps, const EGLint *names, EGLnsecsANDROID *values) in eglGetCompositorTimingANDROIDImpl() argument 2355 for (int i = 0; i < numTimestamps; i++) { in eglGetCompositorTimingANDROIDImpl() 2418 EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, in eglGetFrameTimestampsANDROIDImpl() argument 2447 for (int i = 0; i < numTimestamps; i++) { in eglGetFrameTimestampsANDROIDImpl()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 517 …POSITORTIMINGANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numTimestamps, const EGLint… 520 …OC) (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint… 523 …etCompositorTimingANDROID (EGLDisplay dpy, EGLSurface surface, EGLint numTimestamps, const EGLint… 526 …OID (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint…
|