Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreateSync.java3 public static native EGLSync eglCreateSync( in eglCreateSync() method
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp412 EGLSyncKHR eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib* attrib_list) { in eglCreateSync() function