Searched refs:cur_c (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp319 void egl_display_t::loseCurrent(egl_context_t * cur_c) argument
321 if (cur_c) {
322 egl_display_t* display = cur_c->getDisplay();
324 display->loseCurrentImpl(cur_c);
329 void egl_display_t::loseCurrentImpl(egl_context_t * cur_c) argument
333 ContextRef _cur_c(cur_c);
334 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL);
335 SurfaceRef _cur_d(cur_c ? get_surface(cur_c
351 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 Degl_display.h51 void loseCurrentImpl(egl_context_t * cur_c);
90 EGLBoolean makeCurrent(egl_context_t* c, egl_context_t* cur_c,
93 static void loseCurrent(egl_context_t * cur_c);
H A DeglApi.cpp541 egl_context_t * cur_c = get_context(getContext()); local
548 if (cur_c == NULL) {
572 EGLBoolean result = dp->makeCurrent(c, cur_c,

Completed in 39 milliseconds