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

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dglx.c1225 static int first_call = 1; local
1227 if ( first_call )
1230 first_call = 0;
1236 static int first_call = 1; local
1238 if ( first_call )
1241 first_call = 0;

Completed in 51 milliseconds