Searched refs:mStateMap (Results 1 – 2 of 2) sorted by relevance
67 mStateMap[name] = v; in push()98 for (const auto& it : mStateMap) { in ~ScopedGLState()
43 std::unordered_map<GLenum, StateVector> mStateMap; variable