Home
last modified time | relevance | path

Searched refs:EGLuint64KHR (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/gamesdk/src/swappy/
DEGL.h62 std::pair<bool,EGLuint64KHR> getNextFrameId(EGLDisplay dpy,
66 EGLuint64KHR frameId);
84 using eglGetNextFrameIdANDROID_type = EGLBoolean (*)(EGLDisplay, EGLSurface, EGLuint64KHR *);
87 EGLuint64KHR, EGLint, const EGLint *, EGLnsecsANDROID *);
DEGL.cpp150 std::pair<bool,EGLuint64KHR> EGL::getNextFrameId(EGLDisplay dpy, EGLSurface surface) { in getNextFrameId()
156 EGLuint64KHR frameId; in getNextFrameId()
168 EGLuint64KHR frameId) { in getFrameTimestamps()
DFrameStatistics.h63 EGLuint64KHR id;
DFrameStatistics.cpp76 std::pair<bool,EGLuint64KHR> nextFrameId = mEgl->getNextFrameId(dpy, surface); in capture()
/frameworks/native/opengl/libs/
Dplatform_entries.in60 EGL_ENTRY(EGLBoolean, eglQueryStreamu64KHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLuint64KHR*)
76 EGL_ENTRY(EGLBoolean, eglGetNextFrameIdANDROID, EGLDisplay, EGLSurface, EGLuint64KHR*)
79 EGL_ENTRY(EGLBoolean, eglGetFrameTimestampsANDROID, EGLDisplay, EGLSurface, EGLuint64KHR, EGLint, c…
/frameworks/native/opengl/include/EGL/
Deglext.h332 typedef khronos_uint64_t EGLuint64KHR; typedef
351 …ERYSTREAMU64KHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLuint64KHR *value);
357 …eglQueryStreamu64KHR (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLuint64KHR *value);
518 …NTRYP PFNEGLGETNEXTFRAMEIDANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR *frameId);
520 …GLGETFRAMETIMESTAMPSANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint…
524 …n EGLAPIENTRY eglGetNextFrameIdANDROID (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR *frameId);
526 …TRY eglGetFrameTimestampsANDROID (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint…
775 …DIFIERSEXTPROC) (EGLDisplay dpy, EGLint format, EGLint max_modifiers, EGLuint64KHR *modifiers, EGL…
778 …BufModifiersEXT (EGLDisplay dpy, EGLint format, EGLint max_modifiers, EGLuint64KHR *modifiers, EGL…
1016 …SAPROC) (EGLDisplay dpy, EGLImageKHR image, int *fourcc, int *num_planes, EGLuint64KHR *modifiers);
[all …]
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_frame_timestamps.txt69 EGLuint64KHR *frameId);
76 EGLuint64KHR frameId, EGLint numTimestamps,
117 EGLuint64KHR *frameId);
150 EGLSurface surface, EGLuint64KHR frameId, EGLint numTimestamps,
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp506 EGLuint64KHR* value) { in eglQueryStreamu64KHR()
627 EGLBoolean eglGetNextFrameIdANDROID(EGLDisplay dpy, EGLSurface surface, EGLuint64KHR* frameId) { in eglGetNextFrameIdANDROID()
649 EGLBoolean eglGetFrameTimestampsANDROID(EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, in eglGetFrameTimestampsANDROID()
Degl_entries.in80 EGL_ENTRY(EGLBoolean, eglQueryStreamu64KHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLuint64KHR *)
Degl_platform_entries.cpp2033 EGLenum attribute, EGLuint64KHR *value) in eglQueryStreamu64KHRImpl()
2301 EGLuint64KHR *frameId) { in eglGetNextFrameIdANDROIDImpl()
2418 EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, in eglGetFrameTimestampsANDROIDImpl()