Searched defs:eglPresentationTimeANDROID (Results 1 - 2 of 2) sorted by relevance

/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/native/opengl/libs/EGL/
H A DeglApi.cpp153 { "eglPresentationTimeANDROID",
154 (__eglMustCastToProperFunctionPointerType)&eglPresentationTimeANDROID },
1534 EGLBoolean eglPresentationTimeANDROID(EGLDisplay dpy, EGLSurface surface, function

Completed in 497 milliseconds