Searched refs:mEnables (Results 1 – 2 of 2) sorted by relevance
65 mEnables[name] = mGL->glIsEnabled(name) == GL_TRUE; in getGlobalStateEnable()76 for (const auto& it : mEnables) { in restore()
64 GlobalEnables mEnables; variable