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

Function getCurrentContext

server/backend.cpp:383–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381
382
383GLXContext getCurrentContext(void)
384{
385 if(fconfig.egl)
386 return getCurrentContextEGL();
387 else
388 return _glXGetCurrentContext();
389}
390
391
392Display *getCurrentDisplay(void)

Callers 5

glViewportFunction · 0.85
TempContextMethod · 0.85
glXGetCurrentContextFunction · 0.85
glXMakeCurrentFunction · 0.85
glXMakeContextCurrentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected