Searched refs:firstCall (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/ | ||
| H A D | u_current.c | 196 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 D | u_current.c | 159 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 D | glxinfo.c | 187 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 D | st_format.c | 2201 static boolean firstCall = TRUE; local in function:st_choose_format 2202 if (firstCall) { 2204 firstCall = FALSE; |
Completed in 29 milliseconds