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
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*
[all...]

Completed in 49 milliseconds