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

Function glXCreateContextWithConfigSGIX

server/faker-glx.cpp:435–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433// On Linux, GLXFBConfigSGIX is typedef'd to GLXFBConfig
434
435GLXContext glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config,
436 int render_type, GLXContext share_list, Bool direct)
437{
438 return glXCreateNewContext(dpy, config, render_type, share_list, direct);
439}
440
441
442// We maintain a hash of GLX drawables to 2D X display handles for two reasons:

Callers 2

offScreenTestFunction · 0.85
CreateContextFunction · 0.85

Calls 1

glXCreateNewContextFunction · 0.85

Tested by

no test coverage detected