Lines Matching full:vertex_t
35 static void lightVertexValidate(ogles_context_t* c, vertex_t* v);
36 static void lightVertexNop(ogles_context_t* c, vertex_t* v);
37 static void lightVertex(ogles_context_t* c, vertex_t* v);
38 static void lightVertexMaterial(ogles_context_t* c, vertex_t* v);
288 void lightVertexNop(ogles_context_t*, vertex_t* /*v*/)
293 void lightVertexValidateMVI(ogles_context_t* c, vertex_t* v)
300 void lightVertexValidate(ogles_context_t* c, vertex_t* v)
307 void lightVertexMaterial(ogles_context_t* c, vertex_t* v)
344 void lightVertex(ogles_context_t* c, vertex_t* v)
449 v->flags |= vertex_t::LIT;