Lines Matching refs:EGLBoolean
6 virtual EGLBoolean bindAPI (EGLenum api) const = 0;
7 virtual EGLBoolean bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) con…
8 virtual EGLBoolean chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *…
11 virtual EGLBoolean copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapTyp…
25 virtual EGLBoolean destroyContext (EGLDisplay dpy, EGLContext ctx) const …
26 virtual EGLBoolean destroyImage (EGLDisplay dpy, EGLImage image) const …
27 virtual EGLBoolean destroyImageKHR (EGLDisplay dpy, EGLImageKHR image) const …
28 virtual EGLBoolean destroySurface (EGLDisplay dpy, EGLSurface surface) const …
29 virtual EGLBoolean destroySync (EGLDisplay dpy, EGLSync sync) const …
30 virtual EGLBoolean destroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync) const …
31 virtual EGLBoolean getConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute,…
32 virtual EGLBoolean getConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size,…
41 virtual EGLBoolean getSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAt…
42 virtual EGLBoolean getSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, …
43 virtual EGLBoolean initialize (EGLDisplay dpy, EGLint *major, EGLint *minor) const …
44 virtual EGLBoolean lockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *at…
45 virtual EGLBoolean makeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLC…
47 virtual EGLBoolean queryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLi…
49 virtual EGLBoolean querySurface (EGLDisplay dpy, EGLSurface surface, EGLint attribute, …
50 virtual EGLBoolean releaseTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) …
51 virtual EGLBoolean releaseThread (void) const = 0;
52 virtual EGLBoolean setDamageRegionKHR (EGLDisplay dpy, EGLSurface surface, EGLint *rects…
53 virtual EGLBoolean signalSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode) const …
54 virtual EGLBoolean surfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute,…
55 virtual EGLBoolean swapBuffers (EGLDisplay dpy, EGLSurface surface) const …
56 virtual EGLBoolean swapBuffersWithDamageKHR (EGLDisplay dpy, EGLSurface surface, EGLint *r…
57 virtual EGLBoolean swapInterval (EGLDisplay dpy, EGLint interval) const …
58 virtual EGLBoolean terminate (EGLDisplay dpy) const = 0;
59 virtual EGLBoolean unlockSurfaceKHR (EGLDisplay dpy, EGLSurface surface) const …
60 virtual EGLBoolean waitClient (void) const = 0;
61 virtual EGLBoolean waitGL (void) const = 0;
62 virtual EGLBoolean waitNative (EGLint engine) const = 0;
63 virtual EGLBoolean waitSync (EGLDisplay dpy, EGLSync sync, EGLint flags) const …