Searched refs:IS_CURRENT (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
H A Degl.cpp124 IS_CURRENT = 0x00010000, enumerator in enum:android::egl_context_t::__anon1809
1207 if (c->flags & egl_context_t::IS_CURRENT) {
1217 egl_context_t::context(current)->flags &= ~egl_context_t::IS_CURRENT;
1220 if (!(c->flags & egl_context_t::IS_CURRENT)) {
1223 c->flags |= egl_context_t::IS_CURRENT;
1229 egl_context_t::context(current)->flags &= ~egl_context_t::IS_CURRENT;
1721 if (c->flags & egl_context_t::IS_CURRENT)

Completed in 230 milliseconds