HomeSort by relevance Sort by last modified time
    Searched defs:eglPresentationTimeANDROID (Results 1 - 3 of 3) sorted by null

  /frameworks/base/opengl/java/android/opengl/
EGLExt.java 38 // C function EGLBoolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time )
40 public static native boolean eglPresentationTimeANDROID(
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 167 EGLExt.eglPresentationTimeANDROID(mEGLDisplay, mEGLSurface, nsecs);
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 139 { "eglPresentationTimeANDROID",
140 (__eglMustCastToProperFunctionPointerType)&eglPresentationTimeANDROID },
    [all...]

Completed in 743 milliseconds