Searched defs:firstCall (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dcontext.c43 static GLboolean firstCall = GL_TRUE; local
48 if (firstCall) {
50 firstCall = GL_FALSE;
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.c1254 static GLboolean firstCall = GL_TRUE; local
1257 if (firstCall) {
1268 firstCall = GL_FALSE;

Completed in 48 milliseconds