HomeSort by: relevance | last modified time | path
    Searched refs:NumAttributes (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/program/
arbprogparse.c 98 program->arb.NumAttributes = prog.arb.NumAttributes;
193 program->arb.NumAttributes = prog.arb.NumAttributes;
prog_print.c 884 fprintf(f, "NumAttributes=%d\n", prog->arb.NumAttributes);
program_parse.y 2635 state->prog->arb.NumAttributes =
2645 state->prog->arb.NumNativeAttributes = state->prog->arb.NumAttributes;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
arbprogparse.c 98 program->arb.NumAttributes = prog.arb.NumAttributes;
195 program->arb.NumAttributes = prog.arb.NumAttributes;
prog_print.c 881 fprintf(f, "NumAttributes=%d\n", prog->arb.NumAttributes);
program_parse.y 2611 state->prog->arb.NumAttributes =
2621 state->prog->arb.NumNativeAttributes = state->prog->arb.NumAttributes;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
arbprogram.c 751 *params = prog->arb.NumAttributes;
ffvertex_prog.c 1634 p.program->arb.NumAttributes = p.program->arb.NumAddressRegs = 0;
mtypes.h 2231 GLuint NumAttributes;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
arbprogram.c 923 *params = prog->arb.NumAttributes;
ffvertex_prog.c 1709 p.program->arb.NumAttributes = p.program->arb.NumAddressRegs = 0;
mtypes.h 2287 GLuint NumAttributes;
  /xsrc/external/mit/MesaLib.old/src/mesa/program/
program_parse.tab.c 5135 state->prog->arb.NumAttributes =
5145 state->prog->arb.NumNativeAttributes = state->prog->arb.NumAttributes;
  /xsrc/external/mit/MesaLib/src/mesa/program/
program_parse.tab.c 5404 state->prog->arb.NumAttributes =
5414 state->prog->arb.NumNativeAttributes = state->prog->arb.NumAttributes;

Completed in 26 milliseconds