Searched refs:compileElement (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/opengl/libagl/ |
D | array.cpp | 475 c->arrays.compileElement(c, v, index); in cache_vertex() 571 c->arrays.compileElement(c, c->vc.vBuffer, first); in drawPrimitivesLineStrip() 611 c->arrays.compileElement(c, v1, first); in drawPrimitivesLineLoop() 792 c->arrays.compileElement(c, v0, read_index(type, indices)); in drawIndexedPrimitivesLineStrip() 819 c->arrays.compileElement(c, v0, read_index(type, indices)); in drawIndexedPrimitivesLineLoop() 875 c->arrays.compileElement(c, v0, read_index(type, indices)); in drawIndexedPrimitivesTriangleFanOrStrip() 876 c->arrays.compileElement(c, v1, read_index(type, indices)); in drawIndexedPrimitivesTriangleFanOrStrip() 1137 c->arrays.compileElement = compileElement__generic; in validate_arrays()
|
D | context.h | 214 void (*compileElement)(ogles_context_t*, vertex_t*, GLint); member
|