Searched refs:eglPresentationTimeANDROID (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGLExt.spec1 EGLBoolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time )
/frameworks/base/opengl/java/android/opengl/
H A DEGLExt.java38 // C function EGLBoolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time )
40 public static native boolean eglPresentationTimeANDROID( method in class:EGLExt
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp183 eglPresentationTimeANDROID(mEglDisplay, mEglSurface, whenNsec);
/frameworks/base/core/jni/
H A Dandroid_opengl_EGLExt.cpp133 /* EGLBoolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time ) */
141 _returnValue = eglPresentationTimeANDROID(
153 {"eglPresentationTimeANDROID", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSurface;J)Z", (void *) android_eglPresentationTimeANDROID },
/frameworks/support/heifwriter/src/main/java/androidx/heifwriter/
H A DEglWindowSurface.java217 EGLExt.eglPresentationTimeANDROID(mEGLDisplay, mEGLSurface, nsecs);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp182 { "eglPresentationTimeANDROID",
183 (__eglMustCastToProperFunctionPointerType)&eglPresentationTimeANDROID },
2117 EGLBoolean eglPresentationTimeANDROID(EGLDisplay dpy, EGLSurface surface, function
/frameworks/native/opengl/include/EGL/
H A Deglext.h560 EGLAPI EGLBoolean EGLAPIENTRY eglPresentationTimeANDROID (EGLDisplay dpy, EGLSurface surface, EGLnsecsANDROID time);

Completed in 1684 milliseconds