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

/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp297 void egl_display_t::loseCurrent(egl_context_t * cur_c) argument
299 if (cur_c) {
300 egl_display_t* display = cur_c->getDisplay();
302 display->loseCurrentImpl(cur_c);
307 void egl_display_t::loseCurrentImpl(egl_context_t * cur_c) argument
311 ContextRef _cur_c(cur_c);
312 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL);
313 SurfaceRef _cur_d(cur_c ? get_surface(cur_c
329 makeCurrent(egl_context_t* c, egl_context_t* cur_c, EGLSurface draw, EGLSurface read, EGLContext , EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx) argument
[all...]
H A DeglApi.cpp766 egl_context_t * cur_c = get_context(getContext()); local
777 if (cur_c == NULL) {
799 EGLBoolean result = dp->makeCurrent(c, cur_c,

Completed in 6419 milliseconds