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

Method isInit

server/VirtualDrawable.h:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 int getWidth(void) { return oglDraw ? oglDraw->getWidth() : -1; }
43 int getHeight(void) { return oglDraw ? oglDraw->getHeight() : -1; }
44 bool isInit(void) { return direct == True || direct == False; }
45 void setEventMask(unsigned long mask) { eventMask = mask; }
46 unsigned long getEventMask(void) { return eventMask; }
47

Callers 3

glXDestroyGLXPixmapFunction · 0.80
glXDestroyPixmapFunction · 0.80
XCopyAreaFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected