Home | History | Annotate | Download | only in libagl

Lines Matching defs:IS_CURRENT

121         IS_CURRENT      =   0x00010000,
1151 if (c->flags & egl_context_t::IS_CURRENT) {
1161 egl_context_t::context(current)->flags &= ~egl_context_t::IS_CURRENT;
1164 if (!(c->flags & egl_context_t::IS_CURRENT)) {
1167 c->flags |= egl_context_t::IS_CURRENT;
1173 egl_context_t::context(current)->flags &= ~egl_context_t::IS_CURRENT;
1660 if (c->flags & egl_context_t::IS_CURRENT)