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

/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp306 void egl_display_t::loseCurrent(egl_context_t * cur_c) argument
308 if (cur_c) {
309 egl_display_t* display = cur_c->getDisplay();
311 display->loseCurrentImpl(cur_c);
316 void egl_display_t::loseCurrentImpl(egl_context_t * cur_c) argument
320 ContextRef _cur_c(cur_c);
321 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL);
322 SurfaceRef _cur_d(cur_c ? get_surface(cur_c
338 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.cpp482 egl_context_t * cur_c = get_context(getContext()); local
489 if (cur_c == NULL) {
513 EGLBoolean result = dp->makeCurrent(c, cur_c,

Completed in 47 milliseconds