KWin
|
#include <x11_standalone_glx_backend.h>
Public Member Functions | |
GlxSurfaceTextureX11 (GlxBackend *backend, SurfacePixmapX11 *pixmap) | |
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 161 of file x11_standalone_glx_backend.h.
KWin::GlxSurfaceTextureX11::GlxSurfaceTextureX11 | ( | GlxBackend * | backend, |
SurfacePixmapX11 * | pixmap ) |
Definition at line 781 of file x11_standalone_glx_backend.cpp.
|
overridevirtual |
Implements KWin::OpenGLSurfaceTexture.
Definition at line 786 of file x11_standalone_glx_backend.cpp.
|
overridevirtual |
Implements KWin::OpenGLSurfaceTexture.
Definition at line 797 of file x11_standalone_glx_backend.cpp.