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

/frameworks/native/opengl/libagl/
H A Darray.cpp746 static inline unsigned int read_index(int type, const GLvoid*& p) { function in namespace:android
767 vertex_t * v = fetch_vertex(c, read_index(type, indices));
788 c->arrays.compileElement(c, v0, read_index(type, indices));
791 v1 = fetch_vertex(c, read_index(type, indices));
815 c->arrays.compileElement(c, v0, read_index(type, indices));
818 v1 = fetch_vertex(c, read_index(type, indices));
843 vertex_t* const v0 = fetch_vertex(c, read_index(type, indices));
844 vertex_t* const v1 = fetch_vertex(c, read_index(type, indices));
871 c->arrays.compileElement(c, v0, read_index(type, indices));
872 c->arrays.compileElement(c, v1, read_index(typ
[all...]

Completed in 41 milliseconds