Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgExecutionContext.hpp46 typedef std::map<const Variable*, ExecValueStorage*> VarValueMap; typedef
81 VarValueMap m_varValues;
DrsgExecutionContext.cpp56 for (VarValueMap::iterator i = m_varValues.begin(); i != m_varValues.end(); i++) in ~ExecutionContext()