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.cpp634 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()
Degl_platform_entries.cpp2333 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/
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…