Searched defs:EGLContext (Results 1 – 6 of 6) sorted by relevance
24 public class EGLContext extends EGLObjectHandle { class25 private EGLContext(int handle) { in EGLContext() method in EGLContext
21 public abstract class EGLContext class
9 typedef void *EGLContext; typedef
47 typedef void *EGLContext; typedef
62 typeMapping.put(new CType("EGLContext"), new JType("EGLContext", true, false)); in typeMapping.put()