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

Function getCurrentDrawable

server/backend.cpp:403–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401
402
403GLXDrawable getCurrentDrawable(void)
404{
405 if(fconfig.egl)
406 return getCurrentDrawableEGL();
407 else
408 return _glXGetCurrentDrawable();
409}
410
411
412GLXDrawable getCurrentReadDrawable(void)

Callers 15

doGLReadbackFunction · 0.85
glDrawBufferFunction · 0.85
glDrawBuffersFunction · 0.85
glPopAttribFunction · 0.85
glViewportFunction · 0.85
TempContextMethod · 0.85
glXGetCurrentDisplayFunction · 0.85
glXGetCurrentDrawableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected