Home
last modified time | relevance | path

Searched refs:eglPresentationTimeANDROID (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt56 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.
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGLExt.spec1 EGLBoolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time )
/frameworks/base/opengl/java/android/opengl/
DEGLExt.java40 public static native boolean eglPresentationTimeANDROID( in eglPresentationTimeANDROID() method in EGLExt
/frameworks/libs/native_bridge_support/libEGL/
Dstubs_arm.cc104 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglPresentationTimeANDROID);
218 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglPresentationTimeANDROID); in init_stub_library()
Dstubs_arm64.cc104 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglPresentationTimeANDROID);
218 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglPresentationTimeANDROID); in init_stub_library()
/frameworks/native/opengl/libs/
DlibEGL.map.txt50eglPresentationTimeANDROID; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-…
Dplatform_entries.in71 EGL_ENTRY(EGLBoolean, eglPresentationTimeANDROID, EGLDisplay, EGLSurface, EGLnsecsANDROID)
/frameworks/av/cmds/screenrecord/
DEglWindow.cpp183 eglPresentationTimeANDROID(mEglDisplay, mEglSurface, whenNsec); in presentationTime()
/frameworks/base/core/jni/
Dandroid_opengl_EGLExt.cpp140 _returnValue = eglPresentationTimeANDROID( in android_eglPresentationTimeANDROID()
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp581 EGLBoolean eglPresentationTimeANDROID(EGLDisplay dpy, EGLSurface surface, EGLnsecsANDROID time) { in eglPresentationTimeANDROID() function
585 return cnx->platform.eglPresentationTimeANDROID(dpy, surface, time); in eglPresentationTimeANDROID()
Degl_platform_entries.cpp194 (__eglMustCastToProperFunctionPointerType)&eglPresentationTimeANDROID },
/frameworks/native/opengl/include/EGL/
Deglext.h560 EGLAPI EGLBoolean EGLAPIENTRY eglPresentationTimeANDROID (EGLDisplay dpy, EGLSurface surface, EGLns…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18820 …method public static boolean eglPresentationTimeANDROID(android.opengl.EGLDisplay, android.opengl.…
/frameworks/base/non-updatable-api/
Dcurrent.txt31490 …method public static boolean eglPresentationTimeANDROID(android.opengl.EGLDisplay, android.opengl.…
/frameworks/base/api/
Dcurrent.txt31634 …method public static boolean eglPresentationTimeANDROID(android.opengl.EGLDisplay, android.opengl.…