Home | History | Annotate | Download | only in libagl

Lines Matching refs:ogles_context_t

132         ogles_context_t* const gl = static_cast<ogles_context_t*>(ctx);
157 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl) = 0;
158 virtual EGLBoolean bindReadSurface(ogles_context_t* gl) = 0;
227 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
228 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
584 EGLBoolean egl_window_surface_v2_t::bindDrawSurface(ogles_context_t* gl)
599 EGLBoolean egl_window_surface_v2_t::bindReadSurface(ogles_context_t* gl)
651 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
652 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
675 EGLBoolean egl_pixmap_surface_t::bindDrawSurface(ogles_context_t* gl)
690 EGLBoolean egl_pixmap_surface_t::bindReadSurface(ogles_context_t* gl)
714 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
715 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
759 EGLBoolean egl_pbuffer_surface_t::bindDrawSurface(ogles_context_t* gl)
766 EGLBoolean egl_pbuffer_surface_t::bindReadSurface(ogles_context_t* gl)
1165 static int makeCurrent(ogles_context_t* gl)
1167 ogles_context_t* current = (ogles_context_t*)getGlThreadSpecific();
1663 ogles_context_t* gl = ogles_init(sizeof(egl_context_t));
1682 ogles_uninit((ogles_context_t*)ctx);
1730 ogles_context_t* gl = (ogles_context_t*)ctx;
1877 d->bindDrawSurface((ogles_context_t*)d->ctx);
1883 d->bindReadSurface((ogles_context_t*)d->ctx);