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

/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp308 void egl_display_t::loseCurrent(egl_context_t * cur_c) argument
310 if (cur_c) {
311 egl_display_t* display = cur_c->getDisplay();
313 display->loseCurrentImpl(cur_c);
318 void egl_display_t::loseCurrentImpl(egl_context_t * cur_c) argument
322 ContextRef _cur_c(cur_c);
323 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL);
324 SurfaceRef _cur_d(cur_c ? get_surface(cur_c
340 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 Degl_display.h49 void loseCurrentImpl(egl_context_t * cur_c);
88 EGLBoolean makeCurrent(egl_context_t* c, egl_context_t* cur_c,
91 static void loseCurrent(egl_context_t * cur_c);
H A DeglApi.cpp722 egl_context_t * cur_c = get_context(getContext()); local
733 if (cur_c == NULL) {
755 EGLBoolean result = dp->makeCurrent(c, cur_c,

Completed in 983 milliseconds