HomeSort by relevance Sort by last modified time
    Searched defs:ogles_context_t (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/test/
egl.cpp 99 static struct ogles_context_t * global_ctx;
101 struct ogles_context_t { struct in namespace:android
111 static inline ogles_context_t* get() {
116 ogles_context_t * getGlThreadSpecific()
120 void setGlThreadSpecific(ogles_context_t * ctx)
159 ogles_context_t* const gl = static_cast<ogles_context_t*>(ctx);
182 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl) = 0;
183 //virtual EGLBoolean bindReadSurface(ogles_context_t* gl) = 0;
261 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl)
    [all...]
  /frameworks/base/include/private/opengles/
gl_context.h 49 struct ogles_context_t;
54 ogles_context_t* getGlContext();
178 typedef void (*fetcher_t)(ogles_context_t*, GLfixed*, const GLvoid*);
209 void (*compileElements)(ogles_context_t*, vertex_t*, GLint, GLsizei);
210 void (*compileElement)(ogles_context_t*, vertex_t*, GLint);
215 void (*perspective)(ogles_context_t*c, vertex_t* v);
216 void (*clipVertex)(ogles_context_t* c, vertex_t* nv,
218 void (*clipEye)(ogles_context_t* c, vertex_t* nv,
258 GLfixed (*fog)(ogles_context_t* c, GLfixed z);
331 typedef void (*light_fct_t)(ogles_context_t*, vertex_t*)
604 struct ogles_context_t { struct in namespace:android::gl
    [all...]

Completed in 498 milliseconds