Home
last modified time | relevance | path

Searched refs:mStateMap (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DScopedGLState.cpp67 mStateMap[name] = v; in push()
98 for (const auto& it : mStateMap) { in ~ScopedGLState()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DScopedGLState.h43 std::unordered_map<GLenum, StateVector> mStateMap; variable