equal
deleted
inserted
replaced
222 Q_GUI_EXPORT EGLNativePixmapType nativePixmap(QPixmap*); |
222 Q_GUI_EXPORT EGLNativePixmapType nativePixmap(QPixmap*); |
223 |
223 |
224 // Extension functions |
224 // Extension functions |
225 Q_GUI_EXPORT EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); |
225 Q_GUI_EXPORT EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); |
226 Q_GUI_EXPORT EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img); |
226 Q_GUI_EXPORT EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img); |
|
227 Q_GUI_EXPORT EGLBoolean eglSwapBuffersRegion2NOK(EGLDisplay dpy, EGLSurface surface, EGLint count, const EGLint *rects); |
227 |
228 |
228 #ifdef Q_WS_X11 |
229 #ifdef Q_WS_X11 |
229 Q_GUI_EXPORT VisualID getCompatibleVisualId(EGLConfig config); |
230 Q_GUI_EXPORT VisualID getCompatibleVisualId(EGLConfig config); |
230 #endif |
231 #endif |
231 } |
232 } |