Lines Matching refs:EGLint
7 virtual EGLBoolean bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) con…
8 … chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_…
9 virtual EGLint clientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime tim…
10 virtual EGLint clientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTim…
12 …t (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) cons…
14 …splay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) cons…
15 …ay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) cons…
16 virtual EGLSurface createPbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *…
17 … (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) cons…
19 …SurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) cons…
21 …SurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list) cons…
23 virtual EGLSyncKHR createSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_li…
24 …ace (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list) cons…
31 … getConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) c…
32 …n getConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_con…
35 virtual EGLSurface getCurrentSurface (EGLint readdraw) const = 0;
37 virtual EGLint getError (void) const = 0;
39 … getPlatformDisplayEXT (EGLenum platform, void *native_display, const EGLint *attrib_list) cons…
41 virtual EGLBoolean getSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAt…
42 …n getSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value) c…
43 virtual EGLBoolean initialize (EGLDisplay dpy, EGLint *major, EGLint *minor) const …
44 virtual EGLBoolean lockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *at…
47 …olean queryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) c…
48 virtual const char * queryString (EGLDisplay dpy, EGLint name) const …
49 …n querySurface (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value) c…
50 virtual EGLBoolean releaseTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) …
52 … setDamageRegionKHR (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects) c…
54 … surfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) co…
56 … swapBuffersWithDamageKHR (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects) c…
57 virtual EGLBoolean swapInterval (EGLDisplay dpy, EGLint interval) const …
62 virtual EGLBoolean waitNative (EGLint engine) const = 0;
63 virtual EGLBoolean waitSync (EGLDisplay dpy, EGLSync sync, EGLint flags) const …
64 virtual EGLint waitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags) const …