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

/frameworks/native/opengl/libagl/
H A Dcontext.h50 struct ogles_context_t;
55 ogles_context_t* getGlContext();
183 typedef void (*fetcher_t)(ogles_context_t*, GLfixed*, const GLvoid*);
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,
223 void (*clipEye)(ogles_context_t* c, vertex_t* nv,
263 GLfixed (*fog)(ogles_context_t* c, GLfixed z);
336 typedef void (*light_fct_t)(ogles_context_t*, vertex_
609 struct ogles_context_t { struct in namespace:android::gl
[all...]

Completed in 73 milliseconds