Add eglPresentationTimeANDROID
Added EGL extension to set a timestamp on a surface. Bug 8191230 Change-Id: Ie73bd7d1217348c9c64b8c68da38d671d48355f7
This commit is contained in:
@ -445,4 +445,13 @@ public static final int EGL_CORE_NATIVE_ENGINE = 0x305B;
|
||||
int target
|
||||
);
|
||||
|
||||
// C function EGLBoolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time )
|
||||
|
||||
/** @hide -- TODO(fadden) unhide this */
|
||||
public static native boolean eglPresentationTimeANDROID(
|
||||
EGLDisplay dpy,
|
||||
EGLSurface sur,
|
||||
long time
|
||||
);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user