Lines Matching refs:FunctionsGLX
26 void *FunctionsGLX::sLibHandle = nullptr;
35 struct FunctionsGLX::GLXFunctionTable
121 FunctionsGLX::FunctionsGLX() in FunctionsGLX() function in rx::FunctionsGLX
129 FunctionsGLX::~FunctionsGLX() in ~FunctionsGLX()
135 bool FunctionsGLX::initialize(Display *xDisplay, int screen, std::string *errorString) in initialize()
279 void FunctionsGLX::terminate() {} in terminate()
281 bool FunctionsGLX::hasExtension(const char *extension) const in hasExtension()
286 Display *FunctionsGLX::getDisplay() const in getDisplay()
291 int FunctionsGLX::getScreen() const in getScreen()
299 glx::Context FunctionsGLX::createContext(XVisualInfo *visual, glx::Context share, bool direct) const in createContext()
305 void FunctionsGLX::destroyContext(glx::Context context) const in destroyContext()
310 Bool FunctionsGLX::makeCurrent(glx::Drawable drawable, glx::Context context) const in makeCurrent()
315 void FunctionsGLX::swapBuffers(glx::Drawable drawable) const in swapBuffers()
319 Bool FunctionsGLX::queryExtension(int *errorBase, int *event) const in queryExtension()
323 Bool FunctionsGLX::queryVersion(int *major, int *minor) const in queryVersion()
327 glx::Context FunctionsGLX::getCurrentContext() const in getCurrentContext()
332 glx::Drawable FunctionsGLX::getCurrentDrawable() const in getCurrentDrawable()
337 void FunctionsGLX::waitX() const in waitX()
341 void FunctionsGLX::waitGL() const in waitGL()
347 const char *FunctionsGLX::getClientString(int name) const in getClientString()
352 const char *FunctionsGLX::queryExtensionsString() const in queryExtensionsString()
358 glx::FBConfig *FunctionsGLX::getFBConfigs(int *nElements) const in getFBConfigs()
363 glx::FBConfig *FunctionsGLX::chooseFBConfig(const int *attribList, int *nElements) const in chooseFBConfig()
368 int FunctionsGLX::getFBConfigAttrib(glx::FBConfig config, int attribute, int *value) const in getFBConfigAttrib()
373 XVisualInfo *FunctionsGLX::getVisualFromFBConfig(glx::FBConfig config) const in getVisualFromFBConfig()
378 GLXWindow FunctionsGLX::createWindow(glx::FBConfig config, in createWindow()
385 void FunctionsGLX::destroyWindow(glx::Window window) const in destroyWindow()
389 glx::Pbuffer FunctionsGLX::createPbuffer(glx::FBConfig config, const int *attribList) const in createPbuffer()
394 void FunctionsGLX::destroyPbuffer(glx::Pbuffer pbuffer) const in destroyPbuffer()
398 void FunctionsGLX::queryDrawable(glx::Drawable drawable, int attribute, unsigned int *value) const in queryDrawable()
403 glx::Pixmap FunctionsGLX::createPixmap(glx::FBConfig config, in createPixmap()
410 void FunctionsGLX::destroyPixmap(Pixmap pixmap) const in destroyPixmap()
416 glx::Context FunctionsGLX::createContextAttribsARB(glx::FBConfig config, in createContextAttribsARB()
428 void FunctionsGLX::swapIntervalEXT(glx::Drawable drawable, int intervals) const in swapIntervalEXT()
433 int FunctionsGLX::swapIntervalMESA(int intervals) const in swapIntervalMESA()
438 int FunctionsGLX::swapIntervalSGI(int intervals) const in swapIntervalSGI()
443 bool FunctionsGLX::getSyncValuesOML(glx::Drawable drawable, in getSyncValuesOML()
451 bool FunctionsGLX::getMscRateOML(glx::Drawable drawable, in getMscRateOML()
458 void FunctionsGLX::bindTexImageEXT(glx::Drawable drawable, int buffer, const int *attribList) const in bindTexImageEXT()
462 void FunctionsGLX::releaseTexImageEXT(glx::Drawable drawable, int buffer) const in releaseTexImageEXT()