Home | History | Annotate | Download | only in test

Lines Matching refs:ogles_context_t

99 static struct ogles_context_t * global_ctx;
101 struct ogles_context_t {
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);
262 //virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
621 EGLBoolean egl_window_surface_v2_t::bindDrawSurface(ogles_context_t* gl)
689 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
690 //virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
717 EGLBoolean egl_pixmap_surface_t::bindDrawSurface(ogles_context_t* gl)
746 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
747 //virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
804 EGLBoolean egl_pbuffer_surface_t::bindDrawSurface(ogles_context_t* gl)
1154 static int makeCurrent(ogles_context_t* gl)
1156 ogles_context_t* current = (ogles_context_t*)getGlThreadSpecific();
1591 ogles_context_t* gl = new (ogles_context_t);
1611 delete ((ogles_context_t*)ctx);
1664 ogles_context_t* gl = (ogles_context_t*)ctx;
1787 d->bindDrawSurface((ogles_context_t*)d->ctx);
1793 //d->bindReadSurface((ogles_context_t*)d->ctx);
1904 android::global_ctx = (android::ogles_context_t *)eglCtx;
1917 ogles_context_t * gl = (ogles_context_t *)eglCtx;
1933 ogles_context_t * gl = (ogles_context_t *)eglCtx;