Home
last modified time | relevance | path

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

/frameworks/native/opengl/specs/
DEGL_ANDROID_get_frame_timestamps.txt72 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/
DeglApi.cpp628 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()
Degl_platform_entries.cpp2204 EGLint numTimestamps, const EGLint* names, in eglGetCompositorTimingANDROIDImpl() argument
2226 for (int i = 0; i < numTimestamps; i++) { in eglGetCompositorTimingANDROIDImpl()
2288 EGLuint64KHR frameId, EGLint numTimestamps, in eglGetFrameTimestampsANDROIDImpl() argument
2316 for (int i = 0; i < numTimestamps; i++) { in eglGetFrameTimestampsANDROIDImpl()
/frameworks/native/opengl/include/EGL/
Deglext.h517 …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…