Home | History | Annotate | Download | only in libagl

Lines Matching refs:flags

117     uint32_t            flags;
1201 if (c->flags & egl_context_t::IS_CURRENT) {
1211 egl_context_t::context(current)->flags &= ~egl_context_t::IS_CURRENT;
1214 if (!(c->flags & egl_context_t::IS_CURRENT)) {
1217 c->flags |= egl_context_t::IS_CURRENT;
1223 egl_context_t::context(current)->flags &= ~egl_context_t::IS_CURRENT;
1697 c->flags = egl_context_t::NEVER_CURRENT;
1710 if (c->flags & egl_context_t::IS_CURRENT)
1778 if (c->flags & egl_context_t::NEVER_CURRENT) {
1779 c->flags &= ~egl_context_t::NEVER_CURRENT;