KWin
|
#include <x11_standalone_glx_backend.h>
Public Member Functions | |
GlxLayer (GlxBackend *backend) | |
std::optional< OutputLayerBeginFrameInfo > | beginFrame () override |
bool | endFrame (const QRegion &renderedRegion, const QRegion &damagedRegion) override |
std::chrono::nanoseconds | queryRenderTime () const override |
![]() | |
OutputLayer (QObject *parent=nullptr) | |
qreal | scale () const |
void | setScale (qreal scale) |
QPointF | hotspot () const |
void | setHotspot (const QPointF &hotspot) |
QSizeF | size () const |
void | setSize (const QSizeF &size) |
virtual std::optional< QSize > | fixedSize () const |
QRegion | repaints () const |
void | resetRepaints () |
void | addRepaint (const QRegion ®ion) |
bool | needsRepaint () const |
void | setPosition (const QPointF &position) |
QPointF | position () const |
void | setEnabled (bool enable) |
bool | isEnabled () const |
virtual bool | scanout (SurfaceItem *surfaceItem) |
Definition at line 64 of file x11_standalone_glx_backend.h.
KWin::GlxLayer::GlxLayer | ( | GlxBackend * | backend | ) |
Definition at line 102 of file x11_standalone_glx_backend.cpp.
|
overridevirtual |
Implements KWin::OutputLayer.
Definition at line 107 of file x11_standalone_glx_backend.cpp.
|
overridevirtual |
Implements KWin::OutputLayer.
Definition at line 112 of file x11_standalone_glx_backend.cpp.
|
overridevirtual |
queries the render time of the last frame. If rendering isn't complete yet, this may block until it is
Implements KWin::OutputLayer.
Definition at line 118 of file x11_standalone_glx_backend.cpp.