Home | History | Annotate | Download | only in libagl

Lines Matching refs:ogles_context_t

133         ogles_context_t* const gl = static_cast<ogles_context_t*>(ctx);
158 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl) = 0;
159 virtual EGLBoolean bindReadSurface(ogles_context_t* gl) = 0;
228 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
229 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
587 EGLBoolean egl_window_surface_v2_t::bindDrawSurface(ogles_context_t* gl)
602 EGLBoolean egl_window_surface_v2_t::bindReadSurface(ogles_context_t* gl)
654 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
655 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
685 EGLBoolean egl_pixmap_surface_t::bindDrawSurface(ogles_context_t* gl)
700 EGLBoolean egl_pixmap_surface_t::bindReadSurface(ogles_context_t* gl)
724 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
725 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
776 EGLBoolean egl_pbuffer_surface_t::bindDrawSurface(ogles_context_t* gl)
783 EGLBoolean egl_pbuffer_surface_t::bindReadSurface(ogles_context_t* gl)
1182 static int makeCurrent(ogles_context_t* gl)
1184 ogles_context_t* current = (ogles_context_t*)getGlThreadSpecific();
1681 ogles_context_t* gl = ogles_init(sizeof(egl_context_t));
1700 ogles_uninit((ogles_context_t*)ctx);
1748 ogles_context_t* gl = (ogles_context_t*)ctx;
1895 d->bindDrawSurface((ogles_context_t*)d->ctx);
1901 d->bindReadSurface((ogles_context_t*)d->ctx);