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

  /frameworks/base/opengl/libagl/
array.cpp 473 // note: compileElement clears v->flags
474 c->arrays.compileElement(c, v, index);
570 c->arrays.compileElement(c, c->vc.vBuffer, first);
610 c->arrays.compileElement(c, v1, first);
797 c->arrays.compileElement(c, v0, read_index(type, indices));
824 c->arrays.compileElement(c, v0, read_index(type, indices));
880 c->arrays.compileElement(c, v0, read_index(type, indices));
881 c->arrays.compileElement(c, v1, read_index(type, indices));
    [all...]
  /frameworks/base/include/private/opengles/
gl_context.h 213 void (*compileElement)(ogles_context_t*, vertex_t*, GLint);

Completed in 1182 milliseconds