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

/frameworks/native/opengl/libagl/
H A Dcontext.h104 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*
[all...]

Completed in 767 milliseconds