HomeSort by relevance Sort by last modified time
    Searched refs:compileElement (Results 1 - 2 of 2) sorted by null

  /frameworks/native/opengl/libagl/
array.cpp 474 // note: compileElement clears v->flags
475 c->arrays.compileElement(c, v, index);
571 c->arrays.compileElement(c, c->vc.vBuffer, first);
611 c->arrays.compileElement(c, v1, first);
792 c->arrays.compileElement(c, v0, read_index(type, indices));
819 c->arrays.compileElement(c, v0, read_index(type, indices));
875 c->arrays.compileElement(c, v0, read_index(type, indices));
876 c->arrays.compileElement(c, v1, read_index(type, indices));
    [all...]
context.h 214 void (*compileElement)(ogles_context_t*, vertex_t*, GLint);

Completed in 56 milliseconds