context.h | 104 struct vertex_t { struct in namespace:android::gl 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) [all...] |