Home
last modified time | relevance | path

Searched refs:VGLOnDisplay (Results 1 – 1 of 1) sorted by relevance

/src/lib/libvgl/
H A Dmain.c58 static int VGLOnDisplay; variable
132 if (!VGLOnDisplay) in VGLSwitch()
133 VGLOnDisplay = 1; in VGLSwitch()
135 VGLOnDisplay = 0; in VGLSwitch()
156 VGLOnDisplay = 1; in VGLInit()
376 if (VGLOnDisplay) { in VGLCheckSwitch()
463 while (!VGLOnDisplay) pause(); in VGLCheckSwitch()