Lines Matching full:is_current
122 IS_CURRENT = 0x00010000,
1170 if (c->flags & egl_context_t::IS_CURRENT) {
1180 egl_context_t::context(current)->flags &= ~egl_context_t::IS_CURRENT;
1183 if (!(c->flags & egl_context_t::IS_CURRENT)) {
1186 c->flags |= egl_context_t::IS_CURRENT;
1192 egl_context_t::context(current)->flags &= ~egl_context_t::IS_CURRENT;
1680 if (c->flags & egl_context_t::IS_CURRENT)