Home
last modified time | relevance | path

Searched refs:NumNativeAttributes (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/program/
Darbprogparse.c100 program->arb.NumNativeAttributes = prog.arb.NumNativeAttributes; in _mesa_parse_arb_fragment_program()
193 program->arb.NumNativeAttributes = prog.arb.NumNativeAttributes; in _mesa_parse_arb_vertex_program()
Dprogram_parse.y2643 state->prog->arb.NumNativeAttributes = state->prog->arb.NumAttributes;
/third_party/mesa3d/src/mesa/main/
Dshader_types.h684 GLuint NumNativeAttributes; member
Darbprogram.c934 *params = prog->arb.NumNativeAttributes; in get_program_iv()