Searched refs:compileElement (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/opengl/libagl/ |
D | array.cpp | 473 c->arrays.compileElement(c, v, index); in cache_vertex() 569 c->arrays.compileElement(c, c->vc.vBuffer, first); in drawPrimitivesLineStrip() 609 c->arrays.compileElement(c, v1, first); in drawPrimitivesLineLoop() 790 c->arrays.compileElement(c, v0, read_index(type, indices)); in drawIndexedPrimitivesLineStrip() 817 c->arrays.compileElement(c, v0, read_index(type, indices)); in drawIndexedPrimitivesLineLoop() 873 c->arrays.compileElement(c, v0, read_index(type, indices)); in drawIndexedPrimitivesTriangleFanOrStrip() 874 c->arrays.compileElement(c, v1, read_index(type, indices)); in drawIndexedPrimitivesTriangleFanOrStrip() 1135 c->arrays.compileElement = compileElement__generic; in validate_arrays()
|
D | context.h | 215 void (*compileElement)(ogles_context_t*, vertex_t*, GLint); member
|