Lines Matching defs:EGLBoolean
12 typedef unsigned int EGLBoolean;
194 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
195 EGLBoolean eglTerminate(EGLDisplay dpy);
199 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
201 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
204 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
215 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
216 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
219 EGLBoolean eglBindAPI(EGLenum api);
222 EGLBoolean eglWaitClient(void);
224 EGLBoolean eglReleaseThread(void);
230 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
232 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
233 EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
236 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval);
242 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
243 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
249 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx,
252 EGLBoolean eglWaitGL(void);
253 EGLBoolean eglWaitNative(EGLint engine);
254 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);
255 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,