Lines Matching refs:EGLDisplay

64 EGLBoolean									eglwBindTexImage					(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
65 EGLBoolean eglwChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *conf…
66 EGLint eglwClientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout…
67 EGLint eglwClientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR…
68 EGLBoolean eglwCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType ta…
69 EGLContext eglwCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_contex…
70 EGLImage eglwCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuf…
71 EGLImageKHR eglwCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClie…
72 EGLSurface eglwCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuf…
73 EGLSurface eglwCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attr…
74 EGLSurface eglwCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapTyp…
75 EGLSurface eglwCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native…
76 EGLSurface eglwCreatePlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *nati…
77 EGLSurface eglwCreatePlatformWindowSurface (EGLDisplay dpy, EGLConfig config, void *native…
78 EGLSurface eglwCreatePlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *nati…
79 EGLSync eglwCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list);
80 EGLSyncKHR eglwCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);
81 EGLSurface eglwCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowTyp…
82 EGLBoolean eglwDestroyContext (EGLDisplay dpy, EGLContext ctx);
83 EGLBoolean eglwDestroyImage (EGLDisplay dpy, EGLImage image);
84 EGLBoolean eglwDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
85 EGLBoolean eglwDestroySurface (EGLDisplay dpy, EGLSurface surface);
86 EGLBoolean eglwDestroySync (EGLDisplay dpy, EGLSync sync);
87 EGLBoolean eglwDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);
88 EGLBoolean eglwGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGL…
89 EGLBoolean eglwGetConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGL…
91 EGLDisplay eglwGetCurrentDisplay ();
93 EGLDisplay eglwGetDisplay (EGLNativeDisplayType display_id);
95 EGLDisplay eglwGetPlatformDisplay (EGLenum platform, void *native_display, const EGLAttr…
96 EGLDisplay eglwGetPlatformDisplayEXT (EGLenum platform, void *native_display, const EGLin…
98 EGLBoolean eglwGetSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib…
99 EGLBoolean eglwGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLi…
100 EGLBoolean eglwInitialize (EGLDisplay dpy, EGLint *major, EGLint *minor);
101 EGLBoolean eglwLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib…
102 EGLBoolean eglwMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLConte…
104 EGLBoolean eglwQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *…
105 const char * eglwQueryString (EGLDisplay dpy, EGLint name);
106 EGLBoolean eglwQuerySurface (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLi…
107 EGLBoolean eglwReleaseTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer);
109 EGLBoolean eglwSignalSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
110 EGLBoolean eglwSurfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGL…
111 EGLBoolean eglwSwapBuffers (EGLDisplay dpy, EGLSurface surface);
112 EGLBoolean eglwSwapInterval (EGLDisplay dpy, EGLint interval);
113 EGLBoolean eglwTerminate (EGLDisplay dpy);
114 EGLBoolean eglwUnlockSurfaceKHR (EGLDisplay dpy, EGLSurface surface);
118 EGLBoolean eglwWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags);
119 EGLint eglwWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags);