Lines Matching refs:vertex_t
104 struct vertex_t { struct
214 void (*compileElements)(ogles_context_t*, vertex_t*, GLint, GLsizei);
215 void (*compileElement)(ogles_context_t*, vertex_t*, GLint);
220 void (*perspective)(ogles_context_t*c, vertex_t* v);
221 void (*clipVertex)(ogles_context_t* c, vertex_t* nv,
222 GGLfixed t, const vertex_t* s, const vertex_t* p);
223 void (*clipEye)(ogles_context_t* c, vertex_t* nv,
224 GGLfixed t, const vertex_t* s, const vertex_t* p);
240 vertex_t* vBuffer;
241 vertex_t* vCache;
336 typedef void (*light_fct_t)(ogles_context_t*, vertex_t*);
337 void (*lightVertex)(ogles_context_t* c, vertex_t* v);
339 vertex_t* v0, vertex_t* v1, vertex_t* v2);
544 vertex_t const* v0,
545 vertex_t const* v1,
546 vertex_t const* v2);
549 vertex_t const* v0,
550 vertex_t const* v1);
552 inline void initLerp(vertex_t const* v0, uint32_t enables);
604 void (*renderPoint)(GL, vertex_t*);
605 void (*renderLine)(GL, vertex_t*, vertex_t*);
606 void (*renderTriangle)(GL, vertex_t*, vertex_t*, vertex_t*);
620 vertex_t current;