Searched defs:vertex_t (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dcontext.h103 struct vertex_t { struct in namespace:android::gl
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*
[all...]

Completed in 298 milliseconds