Home
last modified time | relevance | path

Searched defs:eglWaitSync (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DEGL15.java148 public static native boolean eglWaitSync( in eglWaitSync() method in EGL15
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp567 EGLBoolean eglWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags) { in eglWaitSync() function