• Home
  • Raw
  • Download

Lines Matching refs:ogles_context_t

154         ogles_context_t* const gl = static_cast<ogles_context_t*>(ctx);  in context()
179 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl) = 0;
180 virtual EGLBoolean bindReadSurface(ogles_context_t* gl) = 0;
249 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
250 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
608 EGLBoolean egl_window_surface_v2_t::bindDrawSurface(ogles_context_t* gl) in bindDrawSurface()
623 EGLBoolean egl_window_surface_v2_t::bindReadSurface(ogles_context_t* gl) in bindReadSurface()
675 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
676 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
706 EGLBoolean egl_pixmap_surface_t::bindDrawSurface(ogles_context_t* gl) in bindDrawSurface()
721 EGLBoolean egl_pixmap_surface_t::bindReadSurface(ogles_context_t* gl) in bindReadSurface()
745 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
746 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
798 EGLBoolean egl_pbuffer_surface_t::bindDrawSurface(ogles_context_t* gl) in bindDrawSurface()
805 EGLBoolean egl_pbuffer_surface_t::bindReadSurface(ogles_context_t* gl) in bindReadSurface()
1222 static int makeCurrent(ogles_context_t* gl) in makeCurrent()
1224 ogles_context_t* current = (ogles_context_t*)getGlThreadSpecific(); in makeCurrent()
1724 ogles_context_t* gl = ogles_init(sizeof(egl_context_t)); in eglCreateContext()
1743 ogles_uninit((ogles_context_t*)ctx); in eglDestroyContext()
1790 ogles_context_t* gl = (ogles_context_t*)ctx; in eglMakeCurrent()
1937 d->bindDrawSurface((ogles_context_t*)d->ctx); in eglSwapBuffers()
1943 d->bindReadSurface((ogles_context_t*)d->ctx); in eglSwapBuffers()