src/gui/egl/qegl_stub.cpp
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
   174     Q_UNUSED(surface)
   174     Q_UNUSED(surface)
   175     NOEGL
   175     NOEGL
   176     return false;
   176     return false;
   177 }
   177 }
   178 
   178 
       
   179 bool QEglContext::swapBuffersRegion2NOK(EGLSurface surface, const QRegion *region)
       
   180 {
       
   181     Q_UNUSED(surface)
       
   182     Q_UNUSED(region)
       
   183     NOEGL
       
   184     return false;
       
   185 }
       
   186 
   179 int QEglContext::configAttrib(int name) const
   187 int QEglContext::configAttrib(int name) const
   180 {
   188 {
   181     Q_UNUSED(name)
   189     Q_UNUSED(name)
   182     NOEGL
   190     NOEGL
   183     return 0;
   191     return 0;
   206     Q_UNUSED(img)
   214     Q_UNUSED(img)
   207     NOEGL
   215     NOEGL
   208     return 0;
   216     return 0;
   209 }
   217 }
   210 
   218 
       
   219 EGLBoolean QEgl::eglSwapBuffersRegion2NOK(EGLDisplay dpy, EGLSurface surface, EGLint count, const EGLint *rects)
       
   220 {
       
   221     Q_UNUSED(dpy);
       
   222     Q_UNUSED(surface);
       
   223     Q_UNUSED(count);
       
   224     Q_UNUSED(rects);
       
   225     NOEGL
       
   226     return 0;
       
   227 }
   211 
   228 
   212 #ifndef Q_WS_X11
   229 #ifndef Q_WS_X11
   213 EGLSurface QEgl::createSurface(QPaintDevice *device, EGLConfig cfg, const QEglProperties *properties)
   230 EGLSurface QEgl::createSurface(QPaintDevice *device, EGLConfig cfg, const QEglProperties *properties)
   214 {
   231 {
   215     Q_UNUSED(device)
   232     Q_UNUSED(device)