• Home
  • Raw
  • Download

Lines Matching refs:FunctionsGLX

26 void *FunctionsGLX::sLibHandle = nullptr;
35 struct FunctionsGLX::GLXFunctionTable
111 FunctionsGLX::FunctionsGLX() in FunctionsGLX() function in rx::FunctionsGLX
119 FunctionsGLX::~FunctionsGLX() in ~FunctionsGLX()
125 bool FunctionsGLX::initialize(Display *xDisplay, int screen, std::string *errorString) in initialize()
262 void FunctionsGLX::terminate() {} in terminate()
264 bool FunctionsGLX::hasExtension(const char *extension) const in hasExtension()
269 Display *FunctionsGLX::getDisplay() const in getDisplay()
274 int FunctionsGLX::getScreen() const in getScreen()
282 glx::Context FunctionsGLX::createContext(XVisualInfo *visual, glx::Context share, bool direct) const in createContext()
288 void FunctionsGLX::destroyContext(glx::Context context) const in destroyContext()
293 Bool FunctionsGLX::makeCurrent(glx::Drawable drawable, glx::Context context) const in makeCurrent()
298 void FunctionsGLX::swapBuffers(glx::Drawable drawable) const in swapBuffers()
302 Bool FunctionsGLX::queryExtension(int *errorBase, int *event) const in queryExtension()
306 Bool FunctionsGLX::queryVersion(int *major, int *minor) const in queryVersion()
310 glx::Context FunctionsGLX::getCurrentContext() const in getCurrentContext()
315 glx::Drawable FunctionsGLX::getCurrentDrawable() const in getCurrentDrawable()
320 void FunctionsGLX::waitX() const in waitX()
324 void FunctionsGLX::waitGL() const in waitGL()
330 const char *FunctionsGLX::getClientString(int name) const in getClientString()
335 const char *FunctionsGLX::queryExtensionsString() const in queryExtensionsString()
341 glx::FBConfig *FunctionsGLX::getFBConfigs(int *nElements) const in getFBConfigs()
346 glx::FBConfig *FunctionsGLX::chooseFBConfig(const int *attribList, int *nElements) const in chooseFBConfig()
351 int FunctionsGLX::getFBConfigAttrib(glx::FBConfig config, int attribute, int *value) const in getFBConfigAttrib()
356 XVisualInfo *FunctionsGLX::getVisualFromFBConfig(glx::FBConfig config) const in getVisualFromFBConfig()
361 GLXWindow FunctionsGLX::createWindow(glx::FBConfig config, in createWindow()
368 void FunctionsGLX::destroyWindow(glx::Window window) const in destroyWindow()
372 glx::Pbuffer FunctionsGLX::createPbuffer(glx::FBConfig config, const int *attribList) const in createPbuffer()
377 void FunctionsGLX::destroyPbuffer(glx::Pbuffer pbuffer) const in destroyPbuffer()
381 void FunctionsGLX::queryDrawable(glx::Drawable drawable, int attribute, unsigned int *value) const in queryDrawable()
387 glx::Context FunctionsGLX::createContextAttribsARB(glx::FBConfig config, in createContextAttribsARB()
399 void FunctionsGLX::swapIntervalEXT(glx::Drawable drawable, int intervals) const in swapIntervalEXT()
404 int FunctionsGLX::swapIntervalMESA(int intervals) const in swapIntervalMESA()
409 int FunctionsGLX::swapIntervalSGI(int intervals) const in swapIntervalSGI()
414 bool FunctionsGLX::getSyncValuesOML(glx::Drawable drawable, in getSyncValuesOML()
422 bool FunctionsGLX::getMscRateOML(glx::Drawable drawable, in getMscRateOML()