Home | History | Annotate | Download | only in test

Lines Matching defs:IS_CURRENT

149       IS_CURRENT      =   0x00010000,
1159 if (c->flags & egl_context_t::IS_CURRENT) {
1169 egl_context_t::context(current)->flags &= ~egl_context_t::IS_CURRENT;
1172 if (!(c->flags & egl_context_t::IS_CURRENT)) {
1175 c->flags |= egl_context_t::IS_CURRENT;
1181 egl_context_t::context(current)->flags &= ~egl_context_t::IS_CURRENT;
1609 if (c->flags & egl_context_t::IS_CURRENT)