Searched refs:vertex_program_attribs (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dindirect_vertex_array.c146 int texture_units = 1, vertex_program_attribs = 0; local in function:__glXInitVertexArrayState
200 &vertex_program_attribs);
204 arrays->num_vertex_program_attribs = vertex_program_attribs;
205 array_count += texture_units + vertex_program_attribs;
267 for (j = 0; j < vertex_program_attribs; j++) {
268 const unsigned idx = (vertex_program_attribs - (j + 1));
279 i += vertex_program_attribs;
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dindirect_vertex_array.c148 int texture_units = 1, vertex_program_attribs = 0; local in function:__glXInitVertexArrayState
202 &vertex_program_attribs);
206 arrays->num_vertex_program_attribs = vertex_program_attribs;
207 array_count += texture_units + vertex_program_attribs;
269 for (j = 0; j < vertex_program_attribs; j++) {
270 const unsigned idx = (vertex_program_attribs - (j + 1));
281 i += vertex_program_attribs;

Completed in 25 milliseconds