Home | History | Annotate | Download | only in program

Lines Matching refs:OutputRegisters

290 static const char *OutputRegisters[MAX_NV_VERTEX_PROGRAM_OUTPUTS + 1] = {
535 for (j = start; OutputRegisters[j]; j++) {
536 if (strcmp((const char *) token, OutputRegisters[j]) == 0) {
541 if (!OutputRegisters[j])
1458 return OutputRegisters[i];