Searched refs:firstCall (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mapi/
H A Du_current.c196 static int firstCall = 1; local in function:u_current_init
202 if (firstCall) {
206 firstCall = 0;
/xsrc/external/mit/MesaLib/dist/src/mapi/
H A Du_current.c159 static int firstCall = 1; local in function:u_current_init
165 if (firstCall) {
169 firstCall = 0;
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglxinfo.c187 static Bool firstCall = True; local in function:create_context_flags
193 if (firstCall) {
202 firstCall = False;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_format.c2201 static boolean firstCall = TRUE; local in function:st_choose_format
2202 if (firstCall) {
2204 firstCall = FALSE;

Completed in 29 milliseconds