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

/frameworks/base/include/private/opengles/
H A Dgl_context.h97 struct vertex_t { struct in namespace:android::gl
203 void (*compileElements)(ogles_context_t*, vertex_t*, GLint, GLsizei);
204 void (*compileElement)(ogles_context_t*, vertex_t*, GLint);
209 void (*perspective)(ogles_context_t*c, vertex_t* v);
210 void (*clipVertex)(ogles_context_t* c, vertex_t* nv,
211 GGLfixed t, const vertex_t* s, const vertex_t* p);
212 void (*clipEye)(ogles_context_t* c, vertex_t* nv,
213 GGLfixed t, const vertex_t* s, const vertex_t*
[all...]

Completed in 73 milliseconds