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

Method clear

server/VirtualWin.cpp:156–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154
155
156void VirtualWin::clear(void)
157{
158 CriticalSection::SafeLock l(mutex);
159 if(deletedByWM) THROW("Window has been deleted by window manager");
160 VirtualDrawable::clear();
161}
162
163
164void VirtualWin::cleanup(void)

Callers 4

glViewportFunction · 0.45
glXMakeCurrentFunction · 0.45
glXMakeContextCurrentFunction · 0.45
eglMakeCurrentFunction · 0.45

Calls 1

clearFunction · 0.50

Tested by

no test coverage detected