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

/frameworks/native/opengl/libagl/
H A Degl.cpp1708 EGLContext current_ctx = EGL_NO_CONTEXT; local
1718 current_ctx = (EGLContext)getGlThreadSpecific();
1778 if (current_ctx) {
1779 egl_context_t* c = egl_context_t::context(current_ctx);

Completed in 205 milliseconds