Lines Matching refs:ogles_context_t
126 ogles_context_t* const gl = static_cast<ogles_context_t*>(ctx);
150 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl) = 0;
151 virtual EGLBoolean bindReadSurface(ogles_context_t* gl) = 0;
220 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
221 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
569 EGLBoolean egl_window_surface_v2_t::bindDrawSurface(ogles_context_t* gl)
584 EGLBoolean egl_window_surface_v2_t::bindReadSurface(ogles_context_t* gl)
636 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
637 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
660 EGLBoolean egl_pixmap_surface_t::bindDrawSurface(ogles_context_t* gl)
675 EGLBoolean egl_pixmap_surface_t::bindReadSurface(ogles_context_t* gl)
699 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
700 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
744 EGLBoolean egl_pbuffer_surface_t::bindDrawSurface(ogles_context_t* gl)
751 EGLBoolean egl_pbuffer_surface_t::bindReadSurface(ogles_context_t* gl)
1141 static int makeCurrent(ogles_context_t* gl)
1143 ogles_context_t* current = (ogles_context_t*)getGlThreadSpecific();
1638 ogles_context_t* gl = ogles_init(sizeof(egl_context_t));
1657 ogles_uninit((ogles_context_t*)ctx);
1705 ogles_context_t* gl = (ogles_context_t*)ctx;
1847 d->bindDrawSurface((ogles_context_t*)d->ctx);
1853 d->bindReadSurface((ogles_context_t*)d->ctx);