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 470 // note: compileElement clears v->flags
471 c->arrays.compileElement(c, v, index);
567 c->arrays.compileElement(c, c->vc.vBuffer, first);
607 c->arrays.compileElement(c, v1, first);
788 c->arrays.compileElement(c, v0, read_index(type, indices));
815 c->arrays.compileElement(c, v0, read_index(type, indices));
871 c->arrays.compileElement(c, v0, read_index(type, indices));
872 c->arrays.compileElement(c, v1, read_index(type, indices));
    [all...]
context.h 210 void (*compileElement)(ogles_context_t*, vertex_t*, GLint);

Completed in 20 milliseconds