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

Function glXQueryExtensionsString

server/faker-glx.cpp:2102–2113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2100// Same as glXGetClientString(GLX_EXTENSIONS)
2101
2102const char *glXQueryExtensionsString(Display *dpy, int screen)
2103{
2104 TRY();
2105
2106 if(IS_EXCLUDED(dpy))
2107 return _glXQueryExtensionsString(dpy, screen);
2108
2109 return getGLXExtensions();
2110
2111 CATCH();
2112 return NULL;
2113}
2114
2115
2116// Same as glXGetClientString() in our case

Callers 6

extensionQueryTestFunction · 0.85
create_context_flagsFunction · 0.85
print_screen_infoFunction · 0.85
get_visual_attribsFunction · 0.85
get_fbconfig_attribsFunction · 0.85

Calls 1

getGLXExtensionsFunction · 0.85

Tested by

no test coverage detected