• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:ogles_context_t

132         ogles_context_t* const gl = static_cast<ogles_context_t*>(ctx);  in context()
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) in bindDrawSurface()
599 EGLBoolean egl_window_surface_v2_t::bindReadSurface(ogles_context_t* gl) in bindReadSurface()
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) in bindDrawSurface()
690 EGLBoolean egl_pixmap_surface_t::bindReadSurface(ogles_context_t* gl) in bindReadSurface()
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) in bindDrawSurface()
766 EGLBoolean egl_pbuffer_surface_t::bindReadSurface(ogles_context_t* gl) in bindReadSurface()
1165 static int makeCurrent(ogles_context_t* gl) in makeCurrent()
1167 ogles_context_t* current = (ogles_context_t*)getGlThreadSpecific(); in makeCurrent()
1663 ogles_context_t* gl = ogles_init(sizeof(egl_context_t)); in eglCreateContext()
1682 ogles_uninit((ogles_context_t*)ctx); in eglDestroyContext()
1730 ogles_context_t* gl = (ogles_context_t*)ctx; in eglMakeCurrent()
1877 d->bindDrawSurface((ogles_context_t*)d->ctx); in eglSwapBuffers()
1883 d->bindReadSurface((ogles_context_t*)d->ctx); in eglSwapBuffers()