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.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.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/libs/EGL/
H A DeglApi.cpp177 { "eglPresentationTimeANDROID",
178 (__eglMustCastToProperFunctionPointerType)&eglPresentationTimeANDROID },
2070 EGLBoolean eglPresentationTimeANDROID(EGLDisplay dpy, EGLSurface surface, function
/frameworks/native/opengl/include/EGL/
H A Deglext.h533 EGLAPI EGLBoolean EGLAPIENTRY eglPresentationTimeANDROID (EGLDisplay dpy, EGLSurface surface, EGLnsecsANDROID time);

Completed in 524 milliseconds