Home | History | Annotate | Download | only in libagl

Lines Matching full:read_index

748 static inline unsigned int read_index(int type, const GLvoid*& p) {
769 vertex_t * v = fetch_vertex(c, read_index(type, indices));
790 c->arrays.compileElement(c, v0, read_index(type, indices));
793 v1 = fetch_vertex(c, read_index(type, indices));
817 c->arrays.compileElement(c, v0, read_index(type, indices));
820 v1 = fetch_vertex(c, read_index(type, indices));
845 vertex_t* const v0 = fetch_vertex(c, read_index(type, indices));
846 vertex_t* const v1 = fetch_vertex(c, read_index(type, indices));
873 c->arrays.compileElement(c, v0, read_index(type, indices));
874 c->arrays.compileElement(c, v1, read_index(type, indices));
881 v2 = fetch_vertex(c, read_index(type, indices));