Home
last modified time | relevance | path

Searched refs:eglGetCompositorTimingSupportedANDROID (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/opengl/libs/
Dplatform_entries.in78 EGL_ENTRY(EGLBoolean, eglGetCompositorTimingSupportedANDROID, EGLDisplay, EGLSurface, EGLint)
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp642 EGLBoolean eglGetCompositorTimingSupportedANDROID(EGLDisplay dpy, EGLSurface surface, EGLint name) { in eglGetCompositorTimingSupportedANDROID() function
646 return cnx->platform.eglGetCompositorTimingSupportedANDROID(dpy, surface, name); in eglGetCompositorTimingSupportedANDROID()
Degl_platform_entries.cpp239 (__eglMustCastToProperFunctionPointerType)&eglGetCompositorTimingSupportedANDROID },
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_frame_timestamps.txt211 EGLBoolean eglGetCompositorTimingSupportedANDROID(EGLDisplay dpy,
/frameworks/native/opengl/include/EGL/
Deglext.h522 EGLAPI EGLBoolean EGLAPIENTRY eglGetCompositorTimingSupportedANDROID (EGLDisplay dpy, EGLSurface su…