| KWin
    | 
#include <x11_standalone_egl_backend.h>
 
  
| Public Member Functions | |
| EglSurfaceTextureX11 (EglBackend *backend, SurfacePixmapX11 *texture) | |
| bool | create () override | 
| void | update (const QRegion ®ion) override | 
|  Public Member Functions inherited from KWin::OpenGLSurfaceTextureX11 | |
| OpenGLSurfaceTextureX11 (OpenGLBackend *backend, SurfacePixmapX11 *pixmap) | |
|  Public Member Functions inherited from KWin::OpenGLSurfaceTexture | |
| OpenGLSurfaceTexture (OpenGLBackend *backend) | |
| ~OpenGLSurfaceTexture () override | |
| bool | isValid () const override | 
| OpenGLBackend * | backend () const | 
| OpenGLSurfaceContents | texture () const | 
|  Public Member Functions inherited from KWin::SurfaceTexture | |
| virtual | ~SurfaceTexture () | 
| Additional Inherited Members | |
|  Protected Attributes inherited from KWin::OpenGLSurfaceTextureX11 | |
| SurfacePixmapX11 * | m_pixmap | 
|  Protected Attributes inherited from KWin::OpenGLSurfaceTexture | |
| 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.