Lines Matching refs:EGLBoolean
7 EGLBoolean eglwBindAPI (EGLenum api)
11 return (EGLBoolean)0;
15 EGLBoolean eglwBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer)
19 return (EGLBoolean)0;
23 EGLBoolean eglwChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint …
27 return (EGLBoolean)0;
39 EGLBoolean eglwCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)
43 return (EGLBoolean)0;
119 EGLBoolean eglwDestroyContext (EGLDisplay dpy, EGLContext ctx)
123 return (EGLBoolean)0;
127 EGLBoolean eglwDestroyImage (EGLDisplay dpy, EGLImage image)
131 return (EGLBoolean)0;
135 EGLBoolean eglwDestroySurface (EGLDisplay dpy, EGLSurface surface)
139 return (EGLBoolean)0;
143 EGLBoolean eglwDestroySync (EGLDisplay dpy, EGLSync sync)
147 return (EGLBoolean)0;
151 EGLBoolean eglwGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value)
155 return (EGLBoolean)0;
159 EGLBoolean eglwGetConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_conf…
163 return (EGLBoolean)0;
223 EGLBoolean eglwGetSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value)
227 return (EGLBoolean)0;
231 EGLBoolean eglwInitialize (EGLDisplay dpy, EGLint *major, EGLint *minor)
235 return (EGLBoolean)0;
239 EGLBoolean eglwMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx)
243 return (EGLBoolean)0;
255 EGLBoolean eglwQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value)
259 return (EGLBoolean)0;
271 EGLBoolean eglwQuerySurface (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value)
275 return (EGLBoolean)0;
279 EGLBoolean eglwReleaseTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer)
283 return (EGLBoolean)0;
287 EGLBoolean eglwReleaseThread (void)
291 return (EGLBoolean)0;
295 EGLBoolean eglwSurfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
299 return (EGLBoolean)0;
303 EGLBoolean eglwSwapBuffers (EGLDisplay dpy, EGLSurface surface)
307 return (EGLBoolean)0;
311 EGLBoolean eglwSwapInterval (EGLDisplay dpy, EGLint interval)
315 return (EGLBoolean)0;
319 EGLBoolean eglwTerminate (EGLDisplay dpy)
323 return (EGLBoolean)0;
327 EGLBoolean eglwWaitClient (void)
331 return (EGLBoolean)0;
335 EGLBoolean eglwWaitGL (void)
339 return (EGLBoolean)0;
343 EGLBoolean eglwWaitNative (EGLint engine)
347 return (EGLBoolean)0;
351 EGLBoolean eglwWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags)
355 return (EGLBoolean)0;