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 | 628 EGLBoolean eglGetCompositorTimingANDROID(EGLDisplay dpy, EGLSurface surface, EGLint numTimestamps, in eglGetCompositorTimingANDROID() argument 633 return cnx->platform.eglGetCompositorTimingANDROID(dpy, surface, numTimestamps, names, values); in eglGetCompositorTimingANDROID() 644 EGLint numTimestamps, const EGLint* timestamps, in eglGetFrameTimestampsANDROID() argument 649 return cnx->platform.eglGetFrameTimestampsANDROID(dpy, surface, frameId, numTimestamps, in eglGetFrameTimestampsANDROID()
|
D | egl_platform_entries.cpp | 2210 EGLint numTimestamps, const EGLint* names, in eglGetCompositorTimingANDROIDImpl() argument 2236 for (int i = 0; i < numTimestamps; i++) { in eglGetCompositorTimingANDROIDImpl() 2302 EGLuint64KHR frameId, EGLint numTimestamps, in eglGetFrameTimestampsANDROIDImpl() argument 2334 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…
|