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

Method Frame

common/Frame.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39// Uncompressed frame
40
41Frame::Frame(bool primary_) : bits(NULL), rbits(NULL), pitch(0), flags(0),
42 pf(pf_get(-1)), isGL(false), isXV(false), stereo(false), primary(primary_)
43{
44 memset(&hdr, 0, sizeof(rrframeheader));
45 ready.wait();
46}
47
48
49Frame::~Frame(void)

Callers

nothing calls this directly

Calls 2

pf_getFunction · 0.85
waitMethod · 0.45

Tested by

no test coverage detected