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

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dindirect_vertex_array.c83 static struct array_state *get_array_entry(const struct array_state_vector
423 get_array_entry(const struct array_state_vector *arrays, function in typeref:struct:array_state *
1191 a = get_array_entry(arrays, GL_VERTEX_ARRAY, 0);
1239 a = get_array_entry(arrays, GL_NORMAL_ARRAY, 0);
1319 a = get_array_entry(arrays, GL_COLOR_ARRAY, 0);
1365 a = get_array_entry(arrays, GL_INDEX_ARRAY, 0);
1390 a = get_array_entry(arrays, GL_EDGE_FLAG_ARRAY, 0);
1497 a = get_array_entry(arrays, GL_TEXTURE_COORD_ARRAY, index);
1554 a = get_array_entry(arrays, GL_SECONDARY_COLOR_ARRAY, 0);
1596 a = get_array_entry(array
[all...]
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dindirect_vertex_array.c85 static struct array_state *get_array_entry(const struct array_state_vector
425 get_array_entry(const struct array_state_vector *arrays, function in typeref:struct:array_state *
1193 a = get_array_entry(arrays, GL_VERTEX_ARRAY, 0);
1241 a = get_array_entry(arrays, GL_NORMAL_ARRAY, 0);
1321 a = get_array_entry(arrays, GL_COLOR_ARRAY, 0);
1367 a = get_array_entry(arrays, GL_INDEX_ARRAY, 0);
1392 a = get_array_entry(arrays, GL_EDGE_FLAG_ARRAY, 0);
1499 a = get_array_entry(arrays, GL_TEXTURE_COORD_ARRAY, index);
1556 a = get_array_entry(arrays, GL_SECONDARY_COLOR_ARRAY, 0);
1598 a = get_array_entry(array
[all...]

Completed in 9 milliseconds