Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
383
GLXContext getCurrentContext(void)
384
{
385
if(fconfig.egl)
386
return getCurrentContextEGL();
387
else
388
return _glXGetCurrentContext();
389
}
390
391
392
Display *getCurrentDisplay(void)
Callers
5
glViewport
Function · 0.85
TempContext
Method · 0.85
glXGetCurrentContext
Function · 0.85
glXMakeCurrent
Function · 0.85
glXMakeContextCurrent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected