/aosp12/frameworks/native/opengl/specs/ |
H A D | EGL_ANDROID_presentation_time.txt | 56 EGLboolean eglPresentationTimeANDROID( 73 EGLboolean eglPresentationTimeANDROID(EGLDisplay dpy, EGLSurface 88 eglPresentationTimeANDROID overriding prior calls. Setting the 127 - Enumerated errors generated by eglPresentationTimeANDROID. 133 - Specified the eglPresentationTimeANDROID return value.
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/egl/ |
H A D | EGLExt.spec | 1 EGLBoolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time )
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | EGLExt.java | 40 public static native boolean eglPresentationTimeANDROID( in eglPresentationTimeANDROID() method in EGLExt
|
/aosp12/frameworks/libs/native_bridge_support/libEGL/ |
H A D | stubs_arm.cc | 104 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglPresentationTimeANDROID); 218 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglPresentationTimeANDROID); in init_stub_library()
|
H A D | stubs_arm64.cc | 104 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglPresentationTimeANDROID); 218 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglPresentationTimeANDROID); in init_stub_library()
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libEGL.map.txt | 50 …eglPresentationTimeANDROID; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-…
|
H A D | platform_entries.in | 71 EGL_ENTRY(EGLBoolean, eglPresentationTimeANDROID, EGLDisplay, EGLSurface, EGLnsecsANDROID)
|
/aosp12/frameworks/av/cmds/screenrecord/ |
H A D | EglWindow.cpp | 183 eglPresentationTimeANDROID(mEglDisplay, mEglSurface, whenNsec); in presentationTime()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_EGLExt.cpp | 140 _returnValue = eglPresentationTimeANDROID( in android_eglPresentationTimeANDROID()
|
/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | eglApi.cpp | 580 EGLBoolean eglPresentationTimeANDROID(EGLDisplay dpy, EGLSurface surface, EGLnsecsANDROID time) { in eglPresentationTimeANDROID() function 584 return cnx->platform.eglPresentationTimeANDROID(dpy, surface, time); in eglPresentationTimeANDROID()
|
H A D | egl_platform_entries.cpp | 175 …lPresentationTimeANDROID", (__eglMustCastToProperFunctionPointerType)&eglPresentationTimeANDROID },
|
/aosp12/frameworks/native/opengl/include/EGL/ |
H A D | eglext.h | 560 EGLAPI EGLBoolean EGLAPIENTRY eglPresentationTimeANDROID (EGLDisplay dpy, EGLSurface surface, EGLns…
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 27865 …method public static boolean eglPresentationTimeANDROID(android.opengl.EGLDisplay, android.opengl.…
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 18820 …method public static boolean eglPresentationTimeANDROID(android.opengl.EGLDisplay, android.opengl.…
|