Home | History | Annotate | Download | only in libagl

Lines Matching defs:IS_CURRENT

116         IS_CURRENT      =   0x00010000,
1146 if (c->flags & egl_context_t::IS_CURRENT) {
1156 egl_context_t::context(current)->flags &= ~egl_context_t::IS_CURRENT;
1159 if (!(c->flags & egl_context_t::IS_CURRENT)) {
1162 c->flags |= egl_context_t::IS_CURRENT;
1168 egl_context_t::context(current)->flags &= ~egl_context_t::IS_CURRENT;
1655 if (c->flags & egl_context_t::IS_CURRENT)