Searched defs:EGLSync (Results 1 – 4 of 4) sorted by relevance
24 public class EGLSync extends EGLObjectHandle { class25 private EGLSync(long handle) { in EGLSync() method in EGLSync
240 typedef void *EGLSync; typedef
72 typeMapping.put(new CType("EGLSync"), new JType("EGLSync", true, false)); in typeMapping.put()