Lines Matching refs:vertex_t
103 struct vertex_t { struct
213 void (*compileElements)(ogles_context_t*, vertex_t*, GLint, GLsizei);
214 void (*compileElement)(ogles_context_t*, vertex_t*, GLint);
219 void (*perspective)(ogles_context_t*c, vertex_t* v);
220 void (*clipVertex)(ogles_context_t* c, vertex_t* nv,
221 GGLfixed t, const vertex_t* s, const vertex_t* p);
222 void (*clipEye)(ogles_context_t* c, vertex_t* nv,
223 GGLfixed t, const vertex_t* s, const vertex_t* p);
239 vertex_t* vBuffer;
240 vertex_t* vCache;
335 typedef void (*light_fct_t)(ogles_context_t*, vertex_t*);
336 void (*lightVertex)(ogles_context_t* c, vertex_t* v);
338 vertex_t* v0, vertex_t* v1, vertex_t* v2);
543 vertex_t const* v0,
544 vertex_t const* v1,
545 vertex_t const* v2);
548 vertex_t const* v0,
549 vertex_t const* v1);
551 inline void initLerp(vertex_t const* v0, uint32_t enables);
603 void (*renderPoint)(GL, vertex_t*);
604 void (*renderLine)(GL, vertex_t*, vertex_t*);
605 void (*renderTriangle)(GL, vertex_t*, vertex_t*, vertex_t*);
619 vertex_t current;