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

/frameworks/native/opengl/libagl/
H A Degl.cpp122 IS_CURRENT = 0x00010000, enumerator in enum:android::egl_context_t::__anon1443
1197 if (c->flags & egl_context_t::IS_CURRENT) {
1207 egl_context_t::context(current)->flags &= ~egl_context_t::IS_CURRENT;
1210 if (!(c->flags & egl_context_t::IS_CURRENT)) {
1213 c->flags |= egl_context_t::IS_CURRENT;
1219 egl_context_t::context(current)->flags &= ~egl_context_t::IS_CURRENT;
1707 if (c->flags & egl_context_t::IS_CURRENT)

Completed in 56 milliseconds