| KWin
    | 
#include <x11_standalone_egl_backend.h>
 
  
| Public Member Functions | |
| EglLayer (EglBackend *backend) | |
| std::optional< OutputLayerBeginFrameInfo > | beginFrame () override | 
| bool | endFrame (const QRegion &renderedRegion, const QRegion &damagedRegion) override | 
| std::chrono::nanoseconds | queryRenderTime () const override | 
|  Public Member Functions inherited from KWin::OutputLayer | |
| 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 29 of file x11_standalone_egl_backend.h.
| KWin::EglLayer::EglLayer | ( | EglBackend * | backend | ) | 
Definition at line 31 of file x11_standalone_egl_backend.cpp.
| 
 | overridevirtual | 
Implements KWin::OutputLayer.
Definition at line 36 of file x11_standalone_egl_backend.cpp.
| 
 | overridevirtual | 
Implements KWin::OutputLayer.
Definition at line 41 of file x11_standalone_egl_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 47 of file x11_standalone_egl_backend.cpp.