Searched refs:eglPresentationTimeANDROID (Results 1 - 6 of 6) 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.java37 // C function EGLBoolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time )
39 public static native boolean eglPresentationTimeANDROID( method in class:EGLExt
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp184 eglPresentationTimeANDROID(mEglDisplay, mEglSurface, whenNsec);
/frameworks/base/core/jni/
H A Dandroid_opengl_EGLExt.cpp134 /* EGLBoolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time ) */
142 _returnValue = eglPresentationTimeANDROID(
154 {"eglPresentationTimeANDROID", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSurface;J)Z", (void *) android_eglPresentationTimeANDROID },
/frameworks/native/opengl/include/EGL/
H A Deglext.h573 EGLAPI EGLBoolean eglPresentationTimeANDROID(EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp153 { "eglPresentationTimeANDROID",
154 (__eglMustCastToProperFunctionPointerType)&eglPresentationTimeANDROID },
1534 EGLBoolean eglPresentationTimeANDROID(EGLDisplay dpy, EGLSurface surface, function

Completed in 3553 milliseconds