Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libEGL/
Dstubs_arm64.cc82 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetCompositorTimingSupportedANDROID);
196 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetCompositorTimingSupportedANDROID); in init_stub_library()
Dstubs_arm.cc82 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetCompositorTimingSupportedANDROID);
196 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetCompositorTimingSupportedANDROID); in init_stub_library()
/frameworks/native/opengl/libs/
Dplatform_entries.in78 EGL_ENTRY(EGLBoolean, eglGetCompositorTimingSupportedANDROID, EGLDisplay, EGLSurface, EGLint)
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp636 EGLBoolean eglGetCompositorTimingSupportedANDROID(EGLDisplay dpy, EGLSurface surface, EGLint name) { in eglGetCompositorTimingSupportedANDROID() function
640 return cnx->platform.eglGetCompositorTimingSupportedANDROID(dpy, surface, name); in eglGetCompositorTimingSupportedANDROID()
Degl_platform_entries.cpp202 …ortedANDROID", (__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…