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