Home | History | Annotate | Download | only in wrapper

Lines Matching refs:egl

4  * Generated from Khronos EGL API description (egl.xml) revision 13a26984991216cbf9a44fbf390f95dc05b5493a.
9 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
10 if (!egl)
12 return egl->clientWaitSyncKHR(dpy, sync, flags, timeout);
17 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
18 if (!egl)
20 return egl->createImageKHR(dpy, ctx, target, buffer, attrib_list);
25 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
26 if (!egl)
28 return egl->createPlatformPixmapSurfaceEXT(dpy, config, native_pixmap, attrib_list);
33 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
34 if (!egl)
36 return egl->createPlatformWindowSurfaceEXT(dpy, config, native_window, attrib_list);
41 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
42 if (!egl)
44 return egl->createSyncKHR(dpy, type, attrib_list);
49 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
50 if (!egl)
52 return egl->destroyImageKHR(dpy, image);
57 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
58 if (!egl)
60 return egl->destroySyncKHR(dpy, sync);
65 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
66 if (!egl)
68 return egl->getPlatformDisplayEXT(platform, native_display, attrib_list);
73 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
74 if (!egl)
76 return egl->getSyncAttribKHR(dpy, sync, attribute, value);
81 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
82 if (!egl)
84 return egl->lockSurfaceKHR(dpy, surface, attrib_list);
89 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
90 if (!egl)
92 return egl->setDamageRegionKHR(dpy, surface, rects, n_rects);
97 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
98 if (!egl)
100 return egl->signalSyncKHR(dpy, sync, mode);
105 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
106 if (!egl)
108 return egl->swapBuffersWithDamageKHR(dpy, surface, rects, n_rects);
113 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
114 if (!egl)
116 return egl->unlockSurfaceKHR(dpy, surface);
121 const eglw::Library* egl = eglw::getCurrentThreadLibrary();
122 if (!egl)
124 return egl->waitSyncKHR(dpy, sync, flags);