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

Function cfgid

server/fakerut.cpp:1237–1244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1235
1236
1237int cfgid(Display *dpy, GLXFBConfig config)
1238{
1239 int temp = 0;
1240 if(!config) THROWNL("config==NULL in cfgid()");
1241 if(!dpy) THROWNL("display==NULL in cfgid()");
1242 GET_CFG_ATTRIB(config, GLX_FBCONFIG_ID, temp);
1243 return temp;
1244}
1245
1246
1247void queryContextTest(Display *dpy, XVisualInfo *vis, GLXFBConfig config)

Callers 5

configVsVisualFunction · 0.85
queryContextTestFunction · 0.85
getFBConfigFromVisualFunction · 0.85
visTestFunction · 0.85
offScreenTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected