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

Method getGLXDrawable

server/VirtualWin.cpp:186–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184// Get the current 3D off-screen drawable
185
186GLXDrawable VirtualWin::getGLXDrawable(void)
187{
188 CriticalSection::SafeLock l(mutex);
189 if(deletedByWM) THROW("Window has been deleted by window manager");
190 return VirtualDrawable::getGLXDrawable();
191}
192
193
194void VirtualWin::checkResize(void)

Callers 15

doGLReadbackFunction · 0.45
glDrawBufferFunction · 0.45
glDrawBuffersFunction · 0.45
glPopAttribFunction · 0.45
updateGLXDrawableMethod · 0.45
updateGLXDrawableMethod · 0.45
findInternalMethod · 0.45
glXCreateGLXPixmapFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected