Searched defs:cur_c (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp283 void egl_display_t::loseCurrent(egl_context_t * cur_c) argument
285 if (cur_c) {
286 egl_display_t* display = cur_c->getDisplay();
288 display->loseCurrentImpl(cur_c);
293 void egl_display_t::loseCurrentImpl(egl_context_t * cur_c) argument
297 ContextRef _cur_c(cur_c);
298 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL);
299 SurfaceRef _cur_d(cur_c ? get_surface(cur_c
315 makeCurrent(egl_context_t* c, egl_context_t* cur_c, EGLSurface draw, EGLSurface read, EGLContext ctx, EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx) argument
[all...]
H A DeglApi.cpp720 egl_context_t * cur_c = get_context(getContext()); local
731 if (cur_c == NULL) {
753 EGLBoolean result = dp->makeCurrent(c, cur_c,

Completed in 69 milliseconds