Lines Matching refs:EGLDisplay
15 EGLBoolean eglwBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer)
23 EGLBoolean eglwChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint …
31 EGLint eglwClientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout)
39 EGLBoolean eglwCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)
47 EGLContext eglwCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGL…
55 EGLImage eglwCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, c…
63 EGLSurface eglwCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buff…
71 EGLSurface eglwCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list)
79 EGLSurface eglwCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, c…
87 EGLSurface eglwCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, …
95 EGLSurface eglwCreatePlatformWindowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, …
103 EGLSync eglwCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list)
111 EGLSurface eglwCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, cons…
119 EGLBoolean eglwDestroyContext (EGLDisplay dpy, EGLContext ctx)
127 EGLBoolean eglwDestroyImage (EGLDisplay dpy, EGLImage image)
135 EGLBoolean eglwDestroySurface (EGLDisplay dpy, EGLSurface surface)
143 EGLBoolean eglwDestroySync (EGLDisplay dpy, EGLSync sync)
151 EGLBoolean eglwGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value)
159 EGLBoolean eglwGetConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_conf…
175 EGLDisplay eglwGetCurrentDisplay (void)
179 return (EGLDisplay)0;
191 EGLDisplay eglwGetDisplay (EGLNativeDisplayType display_id)
195 return (EGLDisplay)0;
207 EGLDisplay eglwGetPlatformDisplay (EGLenum platform, void *native_display, const EGLAttrib *attrib_…
211 return (EGLDisplay)0;
223 EGLBoolean eglwGetSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value)
231 EGLBoolean eglwInitialize (EGLDisplay dpy, EGLint *major, EGLint *minor)
239 EGLBoolean eglwMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx)
255 EGLBoolean eglwQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value)
263 const char * eglwQueryString (EGLDisplay dpy, EGLint name)
271 EGLBoolean eglwQuerySurface (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value)
279 EGLBoolean eglwReleaseTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer)
295 EGLBoolean eglwSurfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
303 EGLBoolean eglwSwapBuffers (EGLDisplay dpy, EGLSurface surface)
311 EGLBoolean eglwSwapInterval (EGLDisplay dpy, EGLint interval)
319 EGLBoolean eglwTerminate (EGLDisplay dpy)
351 EGLBoolean eglwWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags)