4#ifndef QMINIMALEGLBACKINGSTORE_H
5#define QMINIMALEGLBACKINGSTORE_H
7#include <qpa/qplatformbackingstore.h>
25 void flush(QWindow *window,
const QRegion ®ion,
const QPoint &offset)
override;
26 void resize(
const QSize &size,
const QRegion &staticContents)
override;
29 QOpenGLContext *m_context;
~QMinimalEglBackingStore()
void endPaint() override
This function is called after painting onto the surface has ended.
QMinimalEglBackingStore(QWindow *window)
void resize(const QSize &size, const QRegion &staticContents) override
QPaintDevice * paintDevice() override
Implement this function to return the appropriate paint device.
void flush(QWindow *window, const QRegion ®ion, const QPoint &offset) override
Flushes the given region from the specified window.
void beginPaint(const QRegion &) override
This function is called before painting onto the surface begins, with the region in which the paintin...
friend class QOpenGLPaintDevice