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

/frameworks/base/include/private/opengles/
H A Dgl_context.h52 struct ogles_context_t;
57 ogles_context_t* getGlContext();
181 typedef void (*fetcher_t)(ogles_context_t*, GLfixed*, const GLvoid*);
212 void (*compileElements)(ogles_context_t*, vertex_t*, GLint, GLsizei);
213 void (*compileElement)(ogles_context_t*, vertex_t*, GLint);
218 void (*perspective)(ogles_context_t*c, vertex_t* v);
219 void (*clipVertex)(ogles_context_t* c, vertex_t* nv,
221 void (*clipEye)(ogles_context_t* c, vertex_t* nv,
261 GLfixed (*fog)(ogles_context_t* c, GLfixed z);
334 typedef void (*light_fct_t)(ogles_context_t*, vertex_
615 struct ogles_context_t { struct in namespace:android::gl
[all...]

Completed in 33 milliseconds