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

/frameworks/native/opengl/libagl/
H A Degl.cpp122 IS_CURRENT = 0x00010000, enumerator in enum:android::egl_context_t::__anon1369
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)

Completed in 49 milliseconds