Lines Matching defs:display

47     public boolean eglChooseConfig(EGLDisplay display, int[] attrib_list,  in eglChooseConfig()
64 public boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, in eglCopyBuffers()
78 public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, in eglCreateContext()
94 public EGLSurface eglCreatePbufferSurface(EGLDisplay display, in eglCreatePbufferSurface()
109 public EGLSurface eglCreatePixmapSurface(EGLDisplay display, in eglCreatePixmapSurface()
125 public EGLSurface eglCreateWindowSurface(EGLDisplay display, in eglCreateWindowSurface()
141 public boolean eglDestroyContext(EGLDisplay display, EGLContext context) { in eglDestroyContext()
153 public boolean eglDestroySurface(EGLDisplay display, EGLSurface surface) { in eglDestroySurface()
165 public boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, in eglGetConfigAttrib()
180 public boolean eglGetConfigs(EGLDisplay display, EGLConfig[] configs, in eglGetConfigs()
252 public boolean eglInitialize(EGLDisplay display, int[] major_minor) { in eglInitialize()
263 public boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, in eglMakeCurrent()
277 public boolean eglQueryContext(EGLDisplay display, EGLContext context, in eglQueryContext()
292 public String eglQueryString(EGLDisplay display, int name) { in eglQueryString()
303 public boolean eglQuerySurface(EGLDisplay display, EGLSurface surface, in eglQuerySurface()
328 public boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface) { in eglSwapBuffers()
339 public boolean eglTerminate(EGLDisplay display) { in eglTerminate()