Home | History | Annotate | Download | only in program

Lines Matching refs:InputRegisters

389 static const char *InputRegisters[MAX_NV_FRAGMENT_PROGRAM_INPUTS + 1] = {
805 for (j = 0; InputRegisters[j]; j++) {
806 if (strcmp((const char *) token, InputRegisters[j]) == 0) {
812 if (!InputRegisters[j]) {
1593 return InputRegisters[i];