Searched defs:EGLSurface (Results 1 – 7 of 7) sorted by relevance
24 public class EGLSurface extends EGLObjectHandle { class25 private EGLSurface(long handle) { in EGLSurface() method in EGLSurface
19 public abstract class EGLSurface class
8 typedef void *EGLSurface; typedef
22 typedef void* EGLSurface; typedef
59 typedef void *EGLSurface; typedef
70 typeMapping.put(new CType("EGLSurface"), new JType("EGLSurface", true, false)); in typeMapping.put()