Lines Matching defs:IS_CURRENT
122 IS_CURRENT = 0x00010000,
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;
1708 if (c->flags & egl_context_t::IS_CURRENT)