Searched refs:append_index (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_statevars.c | 938 append_index(char *dst, GLint index) function in typeref:typename:void 965 append_index(str, state[1]); /* light number [i]. */ 980 append_index(str, state[1]); /* light number [i]. */ 985 append_index(str, state[1]); /* tex unit [i] */ 989 append_index(str, state[1]); /* tex unit [i] */ 993 append_index(str, state[1]); /* plane [i] */ 1015 append_index(str, index); 1042 append_index(str, state[2]); 1049 append_index(str, state[2]);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_statevars.c | 1203 append_index(char *dst, GLint index, bool structure) function in typeref:typename:void 1226 append_index(str, state[1], true); /* light number [i]. */ 1240 append_index(str, state[1], false); /* light number [i] */ 1241 append_index(str, state[2], false); 1244 append_index(str, state[1], true); /* tex unit [i] */ 1248 append_index(str, state[1], true); /* tex unit [i] */ 1252 append_index(str, state[1], true); /* plane [i] */ 1287 append_index(str, index, true); 1321 append_index(str, state[1], false);
|
Completed in 7 milliseconds