Searched refs:eglGetCompositorTimingSupportedANDROID (Results 1 – 6 of 6) sorted by relevance
/frameworks/libs/native_bridge_support/libEGL/ |
D | stubs_arm.cc | 82 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetCompositorTimingSupportedANDROID); 196 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetCompositorTimingSupportedANDROID); in init_stub_library()
|
D | stubs_arm64.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 | 637 EGLBoolean eglGetCompositorTimingSupportedANDROID(EGLDisplay dpy, EGLSurface surface, EGLint name) { in eglGetCompositorTimingSupportedANDROID() function 641 return cnx->platform.eglGetCompositorTimingSupportedANDROID(dpy, surface, name); in eglGetCompositorTimingSupportedANDROID()
|
D | egl_platform_entries.cpp | 237 (__eglMustCastToProperFunctionPointerType)&eglGetCompositorTimingSupportedANDROID },
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 211 EGLBoolean eglGetCompositorTimingSupportedANDROID(EGLDisplay dpy,
|