Home | History | Annotate | Download | only in libagl

Lines Matching defs: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)