LibreOffice Module vcl (master) 1
|
#include <saldisp.hxx>
Public Member Functions | |
bool | HasGLXExtension (const char *name) const |
GLX11Window () | |
virtual bool | Synchronize (bool bOnoff) const override |
virtual | ~GLX11Window () override |
Public Member Functions inherited from GLWindow | |
GLWindow () | |
virtual bool | Synchronize (bool bOnoff) const |
virtual | ~GLWindow () |
Public Attributes | |
Display * | dpy |
int | screen |
Window | win |
XVisualInfo * | vi |
GLXContext | ctx |
OString | GLXExtensions |
Public Attributes inherited from GLWindow | |
unsigned int | Width |
unsigned int | Height |
bool | bMultiSampleSupported |
Definition at line 188 of file saldisp.hxx.
GLX11Window::GLX11Window | ( | ) |
Definition at line 484 of file x11/context.cxx.
References ctx.
|
overridevirtual |
Definition at line 503 of file x11/context.cxx.
References vi.
bool GLX11Window::HasGLXExtension | ( | const char * | name | ) | const |
Definition at line 493 of file x11/context.cxx.
References o3tl::getToken(), GLXExtensions, i, and name.
|
overridevirtual |
GLXContext GLX11Window::ctx |
Definition at line 195 of file saldisp.hxx.
Display* GLX11Window::dpy |
Definition at line 191 of file saldisp.hxx.
Referenced by Synchronize().
OString GLX11Window::GLXExtensions |
Definition at line 196 of file saldisp.hxx.
Referenced by HasGLXExtension().
int GLX11Window::screen |
Definition at line 192 of file saldisp.hxx.
XVisualInfo* GLX11Window::vi |
Definition at line 194 of file saldisp.hxx.
Referenced by ~GLX11Window().
Window GLX11Window::win |
Definition at line 193 of file saldisp.hxx.