Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libvgl/
H A Dmain.c60 static int VGLOnDisplay; variable
134 if (!VGLOnDisplay) in VGLSwitch()
135 VGLOnDisplay = 1; in VGLSwitch()
137 VGLOnDisplay = 0; in VGLSwitch()
158 VGLOnDisplay = 1; in VGLInit()
378 if (VGLOnDisplay) { in VGLCheckSwitch()
465 while (!VGLOnDisplay) pause(); in VGLCheckSwitch()