#include <openglcontext.h>
Definition at line 22 of file openglcontext.h.
◆ OpenGlContext()
KWin::OpenGlContext::OpenGlContext |
( |
| ) |
|
|
explicit |
◆ ~OpenGlContext()
virtual KWin::OpenGlContext::~OpenGlContext |
( |
| ) |
|
|
virtualdefault |
◆ checkSupported()
bool KWin::OpenGlContext::checkSupported |
( |
| ) |
const |
checks whether or not this context supports all the features that KWin requires
Definition at line 110 of file openglcontext.cpp.
◆ checkTimerQuerySupport()
bool KWin::OpenGlContext::checkTimerQuerySupport |
( |
| ) |
const |
|
protected |
◆ hasOpenglExtension()
bool KWin::OpenGlContext::hasOpenglExtension |
( |
QByteArrayView | name | ) |
const |
◆ hasVersion()
bool KWin::OpenGlContext::hasVersion |
( |
const Version & | version | ) |
const |
◆ isOpenglES()
bool KWin::OpenGlContext::isOpenglES |
( |
| ) |
const |
◆ isSoftwareRenderer()
bool KWin::OpenGlContext::isSoftwareRenderer |
( |
| ) |
const |
◆ openglVersion()
Version KWin::OpenGlContext::openglVersion |
( |
| ) |
const |
◆ openglVersionString()
QByteArrayView KWin::OpenGlContext::openglVersionString |
( |
| ) |
const |
◆ renderer()
QByteArrayView KWin::OpenGlContext::renderer |
( |
| ) |
const |
◆ supportsTimerQueries()
bool KWin::OpenGlContext::supportsTimerQueries |
( |
| ) |
const |
◆ vendor()
QByteArrayView KWin::OpenGlContext::vendor |
( |
| ) |
const |
◆ m_extensions
const QSet<QByteArray> KWin::OpenGlContext::m_extensions |
|
protected |
◆ m_isOpenglES
const bool KWin::OpenGlContext::m_isOpenglES |
|
protected |
◆ m_renderer
const QByteArrayView KWin::OpenGlContext::m_renderer |
|
protected |
◆ m_supportsTimerQueries
const bool KWin::OpenGlContext::m_supportsTimerQueries |
|
protected |
◆ m_vendor
const QByteArrayView KWin::OpenGlContext::m_vendor |
|
protected |
◆ m_version
const Version KWin::OpenGlContext::m_version |
|
protected |
◆ m_versionString
const QByteArrayView KWin::OpenGlContext::m_versionString |
|
protected |
The documentation for this class was generated from the following files: