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

/frameworks/native/opengl/libagl/
H A Darray.cpp457 vertex_t* cache_vertex(ogles_context_t* c, vertex_t* v, uint32_t index) function in namespace:android
494 return cache_vertex(c, v, index);
516 return cache_vertex(c, &v[lru], index);
522 return cache_vertex(c, v, index);

Completed in 425 milliseconds