KWin
|
#include <x11_standalone_egl_backend.h>
Public Member Functions | |
EglSurfaceTextureX11 (EglBackend *backend, SurfacePixmapX11 *texture) | |
bool | create () override |
void | update (const QRegion ®ion) override |
![]() | |
OpenGLSurfaceTextureX11 (OpenGLBackend *backend, SurfacePixmapX11 *pixmap) | |
![]() | |
OpenGLSurfaceTexture (OpenGLBackend *backend) | |
~OpenGLSurfaceTexture () override | |
bool | isValid () const override |
OpenGLBackend * | backend () const |
OpenGLSurfaceContents | texture () const |
![]() | |
virtual | ~SurfaceTexture () |
Additional Inherited Members | |
![]() | |
SurfacePixmapX11 * | m_pixmap |
![]() | |
OpenGLBackend * | m_backend |
OpenGLSurfaceContents | m_texture |
Definition at line 100 of file x11_standalone_egl_backend.h.
KWin::EglSurfaceTextureX11::EglSurfaceTextureX11 | ( | EglBackend * | backend, |
SurfacePixmapX11 * | texture ) |
Definition at line 426 of file x11_standalone_egl_backend.cpp.
|
overridevirtual |
Implements KWin::OpenGLSurfaceTexture.
Definition at line 431 of file x11_standalone_egl_backend.cpp.
|
overridevirtual |
Implements KWin::OpenGLSurfaceTexture.
Definition at line 442 of file x11_standalone_egl_backend.cpp.