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

/frameworks/native/opengl/libagl/
H A Degl.cpp1707 EGLContext current_ctx = EGL_NO_CONTEXT; local
1717 current_ctx = (EGLContext)getGlThreadSpecific();
1774 if (current_ctx) {
1775 egl_context_t* c = egl_context_t::context(current_ctx);

Completed in 35 milliseconds