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

Function _vgl_disableFaker

server/faker.cpp:369–375  ·  view source on GitHub ↗

These functions allow image transport plugins or applications to temporarily disable/re-enable the faker on a per-thread basis.

Source from the content-addressed store, hash-verified

367// These functions allow image transport plugins or applications to temporarily
368// disable/re-enable the faker on a per-thread basis.
369void _vgl_disableFaker(void)
370{
371 faker::setFakerLevel(faker::getFakerLevel() + 1);
372 faker::setGLXExcludeCurrent(true);
373 faker::setEGLExcludeCurrent(true);
374 faker::setOGLExcludeCurrent(true);
375}
376
377void _vgl_enableFaker(void)
378{

Callers 14

RRTransInitFunction · 0.70
RRTransConnectFunction · 0.70
RRTransGetFrameFunction · 0.70
RRTransReadyFunction · 0.70
RRTransSynchronizeFunction · 0.70
RRTransSendFrameFunction · 0.70
RRTransDestroyFunction · 0.70
runMethod · 0.70
RRTransInitFunction · 0.70
RRTransGetFrameFunction · 0.70
RRTransReadyFunction · 0.70
RRTransSynchronizeFunction · 0.70

Calls

no outgoing calls

Tested by 13

RRTransInitFunction · 0.56
RRTransConnectFunction · 0.56
RRTransGetFrameFunction · 0.56
RRTransReadyFunction · 0.56
RRTransSynchronizeFunction · 0.56
RRTransSendFrameFunction · 0.56
RRTransDestroyFunction · 0.56
RRTransInitFunction · 0.56
RRTransGetFrameFunction · 0.56
RRTransReadyFunction · 0.56
RRTransSynchronizeFunction · 0.56
RRTransSendFrameFunction · 0.56