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
333 EGLSurface draw, EGLSurface read, EGLContext /*ctx*/, in makeCurrent() argument
47 typedef void *EGLContext; typedef
66 typeMapping.put(new CType("EGLContext"), new JType("EGLContext", true, false)); in typeMapping.put()
1675 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, in eglCreateContext() argument