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

Method init

server/VirtualWin.cpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115
116int VirtualWin::init(int w, int h, VGLFBConfig config_)
117{
118 CriticalSection::SafeLock l(mutex);
119 if(deletedByWM) THROW("Window has been deleted by window manager");
120 return VirtualDrawable::init(w, h, config_);
121}
122
123
124// The resize doesn't actually occur until the next time updatedrawable() is

Callers 9

getFrameMethod · 0.45
sendPluginMethod · 0.45
sendXVMethod · 0.45
makeAnaglyphMethod · 0.45
makePassiveMethod · 0.45
getFrameMethod · 0.45
getFrameMethod · 0.45
glXCreateGLXPixmapFunction · 0.45
glXCreatePixmapFunction · 0.45

Calls 1

initFunction · 0.70

Tested by

no test coverage detected