Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libEGL/
Dstubs_arm64.cc90 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetFrameTimestampSupportedANDROID);
204 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetFrameTimestampSupportedANDROID); in init_stub_library()
Dstubs_arm.cc90 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetFrameTimestampSupportedANDROID);
204 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetFrameTimestampSupportedANDROID); in init_stub_library()
/frameworks/native/opengl/libs/
Dplatform_entries.in80 EGL_ENTRY(EGLBoolean, eglGetFrameTimestampSupportedANDROID, EGLDisplay, EGLSurface, EGLint)
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp653 EGLBoolean eglGetFrameTimestampSupportedANDROID(EGLDisplay dpy, EGLSurface surface, in eglGetFrameTimestampSupportedANDROID() function
658 return cnx->platform.eglGetFrameTimestampSupportedANDROID(dpy, surface, timestamp); in eglGetFrameTimestampSupportedANDROID()
Degl_platform_entries.cpp204 …pportedANDROID", (__eglMustCastToProperFunctionPointerType)&eglGetFrameTimestampSupportedANDROID },
/frameworks/native/opengl/include/EGL/
Deglext.h525 EGLAPI EGLBoolean EGLAPIENTRY eglGetFrameTimestampSupportedANDROID (EGLDisplay dpy, EGLSurface surf…