Home | History | Annotate | Download | only in program

Lines Matching refs:InputRegisters

285 static const char *InputRegisters[MAX_NV_VERTEX_PROGRAM_INPUTS + 1] = {
491 for (j = 0; InputRegisters[j]; j++) {
492 if (strcmp((const char *) token, InputRegisters[j]) == 0) {
497 if (!InputRegisters[j]) {
1450 return InputRegisters[i];