Searched defs:EGLSurface (Results 1 – 8 of 8) 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
44 typedef void *EGLSurface; typedef
70 typeMapping.put(new CType("EGLSurface"), new JType("EGLSurface", true, false)); in typeMapping.put()
1231 {"eglDestroySurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSurface;)Z", (void *) android… in eglDestroySurface()1252 {"eglSwapBuffers", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSurface;)Z", (void *) android_eg… in eglSwapBuffers()