Home | History | Annotate | Download | only in libagl

Lines Matching refs:vertex_t

103 struct vertex_t {
209 void (*compileElements)(ogles_context_t*, vertex_t*, GLint, GLsizei);
210 void (*compileElement)(ogles_context_t*, vertex_t*, GLint);
215 void (*perspective)(ogles_context_t*c, vertex_t* v);
216 void (*clipVertex)(ogles_context_t* c, vertex_t* nv,
217 GGLfixed t, const vertex_t* s, const vertex_t* p);
218 void (*clipEye)(ogles_context_t* c, vertex_t* nv,
219 GGLfixed t, const vertex_t* s, const vertex_t* p);
235 vertex_t* vBuffer;
236 vertex_t* vCache;
331 typedef void (*light_fct_t)(ogles_context_t*, vertex_t*);
332 void (*lightVertex)(ogles_context_t* c, vertex_t* v);
334 vertex_t* v0, vertex_t* v1, vertex_t* v2);
539 vertex_t const* v0,
540 vertex_t const* v1,
541 vertex_t const* v2);
544 vertex_t const* v0,
545 vertex_t const* v1);
547 inline void initLerp(vertex_t const* v0, uint32_t enables);
599 void (*renderPoint)(GL, vertex_t*);
600 void (*renderLine)(GL, vertex_t*, vertex_t*);
601 void (*renderTriangle)(GL, vertex_t*, vertex_t*, vertex_t*);
615 vertex_t current;