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

/frameworks/native/opengl/libagl/
H A Darray.cpp750 static inline unsigned int read_index(int type, const GLvoid*& p) { function in namespace:android
771 vertex_t * v = fetch_vertex(c, read_index(type, indices));
792 c->arrays.compileElement(c, v0, read_index(type, indices));
795 v1 = fetch_vertex(c, read_index(type, indices));
819 c->arrays.compileElement(c, v0, read_index(type, indices));
822 v1 = fetch_vertex(c, read_index(type, indices));
847 vertex_t* const v0 = fetch_vertex(c, read_index(type, indices));
848 vertex_t* const v1 = fetch_vertex(c, read_index(type, indices));
875 c->arrays.compileElement(c, v0, read_index(type, indices));
876 c->arrays.compileElement(c, v1, read_index(typ
[all...]

Completed in 84 milliseconds