Home | History | Annotate | Download | only in libagl

Lines Matching refs:ogles_context_t

131         ogles_context_t* const gl = static_cast<ogles_context_t*>(ctx);
155 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl) = 0;
156 virtual EGLBoolean bindReadSurface(ogles_context_t* gl) = 0;
225 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
226 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
574 EGLBoolean egl_window_surface_v2_t::bindDrawSurface(ogles_context_t* gl)
589 EGLBoolean egl_window_surface_v2_t::bindReadSurface(ogles_context_t* gl)
641 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
642 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
665 EGLBoolean egl_pixmap_surface_t::bindDrawSurface(ogles_context_t* gl)
680 EGLBoolean egl_pixmap_surface_t::bindReadSurface(ogles_context_t* gl)
704 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
705 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
749 EGLBoolean egl_pbuffer_surface_t::bindDrawSurface(ogles_context_t* gl)
756 EGLBoolean egl_pbuffer_surface_t::bindReadSurface(ogles_context_t* gl)
1155 static int makeCurrent(ogles_context_t* gl)
1157 ogles_context_t* current = (ogles_context_t*)getGlThreadSpecific();
1652 ogles_context_t* gl = ogles_init(sizeof(egl_context_t));
1671 ogles_uninit((ogles_context_t*)ctx);
1719 ogles_context_t* gl = (ogles_context_t*)ctx;
1861 d->bindDrawSurface((ogles_context_t*)d->ctx);
1867 d->bindReadSurface((ogles_context_t*)d->ctx);