Searched refs:eglGetCompositorTimingSupportedANDROID (Results 1 – 7 of 7) sorted by relevance
/frameworks/libs/native_bridge_support/libEGL/ |
D | stubs_arm64.cc | 82 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetCompositorTimingSupportedANDROID); 196 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetCompositorTimingSupportedANDROID); in init_stub_library()
|
D | stubs_arm.cc | 82 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetCompositorTimingSupportedANDROID); 196 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetCompositorTimingSupportedANDROID); in init_stub_library()
|
/frameworks/native/opengl/libs/ |
D | platform_entries.in | 78 EGL_ENTRY(EGLBoolean, eglGetCompositorTimingSupportedANDROID, EGLDisplay, EGLSurface, EGLint)
|
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 636 EGLBoolean eglGetCompositorTimingSupportedANDROID(EGLDisplay dpy, EGLSurface surface, EGLint name) { in eglGetCompositorTimingSupportedANDROID() function 640 return cnx->platform.eglGetCompositorTimingSupportedANDROID(dpy, surface, name); in eglGetCompositorTimingSupportedANDROID()
|
D | egl_platform_entries.cpp | 202 …ortedANDROID", (__eglMustCastToProperFunctionPointerType)&eglGetCompositorTimingSupportedANDROID },
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 211 EGLBoolean eglGetCompositorTimingSupportedANDROID(EGLDisplay dpy,
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 522 EGLAPI EGLBoolean EGLAPIENTRY eglGetCompositorTimingSupportedANDROID (EGLDisplay dpy, EGLSurface su…
|