Searched defs:cur_c (Results 1 – 2 of 2) sorted by relevance
471 void egl_display_t::loseCurrent(egl_context_t* cur_c) { in loseCurrent()480 void egl_display_t::loseCurrentImpl(egl_context_t* cur_c) { in loseCurrentImpl()500 EGLBoolean egl_display_t::makeCurrent(egl_context_t* c, egl_context_t* cur_c, EGLSurface draw, in makeCurrent()
1010 egl_context_t* cur_c = get_context(getContext()); in eglMakeCurrentImpl() local