Searched defs:EGLContext (Results 1 – 8 of 8) sorted by relevance
24 public class EGLContext extends EGLObjectHandle { class25 private EGLContext(long handle) { in EGLContext() method in EGLContext
21 public abstract class EGLContext class
9 typedef void *EGLContext; typedef
193 bool setupYuvTexSurface(EGLDisplay dpy, EGLContext /*context*/) { in setupYuvTexSurface() argument
491 EGLSurface read, EGLContext /*ctx*/, EGLSurface impl_draw, in makeCurrent() argument
60 typedef void *EGLContext; typedef
68 typeMapping.put(new CType("EGLContext"), new JType("EGLContext", true, false)); in typeMapping.put()