Searched defs:EGLSync (Results 1 – 6 of 6) sorted by relevance
24 public class EGLSync extends EGLObjectHandle { class25 private EGLSync(long handle) { in EGLSync() method in EGLSync
106 {"eglDupNativeFenceFDANDROIDImpl", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSync;)I", (void … in eglDupNativeFenceFDANDROIDImpl()
540 {"eglDestroySync", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSync;)Z", (void *) android_eglDe… in eglDestroySync()
267 typedef void *EGLSync; typedef
72 typeMapping.put(new CType("EGLSync"), new JType("EGLSync", true, false)); in typeMapping.put()