Home
last modified time | relevance | path

Searched refs:eglGetFrameTimestampsANDROID (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/opengl/specs/
DEGL_ANDROID_get_frame_timestamps.txt75 EGLBoolean eglGetFrameTimestampsANDROID(EGLDisplay dpy, EGLSurface surface,
121 eglGetFrameTimestampsANDROID. If any error is generated, the function will
149 EGLBoolean eglGetFrameTimestampsANDROID(EGLDisplay dpy,
173 The eglGetFrameTimestampsANDROID function takes an array of timestamps to
/frameworks/libs/native_bridge_support/libEGL/
Dstubs_arm.cc91 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetFrameTimestampsANDROID);
205 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetFrameTimestampsANDROID); in init_stub_library()
Dstubs_arm64.cc91 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetFrameTimestampsANDROID);
205 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetFrameTimestampsANDROID); in init_stub_library()
/frameworks/native/opengl/libs/
Dplatform_entries.in79 EGL_ENTRY(EGLBoolean, eglGetFrameTimestampsANDROID, EGLDisplay, EGLSurface, EGLuint64KHR, EGLint, c…
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp644 EGLBoolean eglGetFrameTimestampsANDROID(EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, in eglGetFrameTimestampsANDROID() function
650 return cnx->platform.eglGetFrameTimestampsANDROID(dpy, surface, frameId, numTimestamps, in eglGetFrameTimestampsANDROID()
Degl_platform_entries.cpp239 (__eglMustCastToProperFunctionPointerType)&eglGetFrameTimestampsANDROID },