MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / getConfig

Method getConfig

server/VisualHash.h:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 VGLFBConfig getConfig(Display *dpy, XVisualInfo *vis)
54 {
55 if(!dpy || !vis) THROW("Invalid argument");
56 return HASH::find(DisplayString(dpy), vis);
57 }
58
59 void remove(Display *dpy, XVisualInfo *vis)
60 {

Callers 2

VGLFBConfig matchConfigFunction · 0.80
glXChooseVisualFunction · 0.80

Calls 1

findFunction · 0.50

Tested by

no test coverage detected