Lines Matching refs:EGLBoolean
65 EGLBoolean eglwBindAPI (EGLenum api);
66 EGLBoolean eglwBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer);
67 EGLBoolean eglwChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *conf…
70 EGLBoolean eglwCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType ta…
84 EGLBoolean eglwDestroyContext (EGLDisplay dpy, EGLContext ctx);
85 EGLBoolean eglwDestroyImage (EGLDisplay dpy, EGLImage image);
86 EGLBoolean eglwDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
87 EGLBoolean eglwDestroySurface (EGLDisplay dpy, EGLSurface surface);
88 EGLBoolean eglwDestroySync (EGLDisplay dpy, EGLSync sync);
89 EGLBoolean eglwDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);
90 EGLBoolean eglwGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGL…
91 EGLBoolean eglwGetConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGL…
100 EGLBoolean eglwGetSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib…
101 EGLBoolean eglwGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLi…
102 EGLBoolean eglwInitialize (EGLDisplay dpy, EGLint *major, EGLint *minor);
103 EGLBoolean eglwLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib…
104 EGLBoolean eglwMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLConte…
106 EGLBoolean eglwQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *…
108 EGLBoolean eglwQuerySurface (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLi…
109 EGLBoolean eglwReleaseTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer);
110 EGLBoolean eglwReleaseThread ();
111 EGLBoolean eglwSetDamageRegionKHR (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EG…
112 EGLBoolean eglwSignalSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
113 EGLBoolean eglwSurfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGL…
114 EGLBoolean eglwSwapBuffers (EGLDisplay dpy, EGLSurface surface);
115 EGLBoolean eglwSwapBuffersWithDamageKHR (EGLDisplay dpy, EGLSurface surface, EGLint *rects…
116 EGLBoolean eglwSwapInterval (EGLDisplay dpy, EGLint interval);
117 EGLBoolean eglwTerminate (EGLDisplay dpy);
118 EGLBoolean eglwUnlockSurfaceKHR (EGLDisplay dpy, EGLSurface surface);
119 EGLBoolean eglwWaitClient ();
120 EGLBoolean eglwWaitGL ();
121 EGLBoolean eglwWaitNative (EGLint engine);
122 EGLBoolean eglwWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags);