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

/frameworks/native/opengl/libagl/
H A Darray.cpp481 vertex_t* fetch_vertex(ogles_context_t* c, size_t index) function in namespace:android
771 vertex_t * v = fetch_vertex(c, read_index(type, indices));
795 v1 = fetch_vertex(c, 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));
883 v2 = fetch_vertex(c, read_index(type, indices));
917 vertex_t* const v0 = fetch_vertex(c, *p++);
918 vertex_t* const v1 = fetch_vertex(c, *p++);
919 vertex_t* const v2 = fetch_vertex(
[all...]

Completed in 565 milliseconds