Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgVariableManager.cpp245 ValueScope& valueScope = getCurValueScope(); in allocate()
335 getCurValueScope().removeValue(variable); in removeValueFromCurrentScope()
357 ValueScope& curScope = getCurValueScope(); in setValue()
432 ValueScope& oldScope = getCurValueScope(); in popValueScope()
441 ValueScope& newTopScope = getCurValueScope(); in popValueScope()
DrsgVariableManager.hpp244 ValueScope& getCurValueScope (void) { return *m_valueScopeStack.back(); } in getCurValueScope() function in rsg::VariableManager
245 const ValueScope& getCurValueScope (void) const { return *m_valueScopeStack.back(); } in getCurValueScope() function in rsg::VariableManager