Home
last modified time | relevance | path

Searched refs:removeValueFromCurrentScope (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgFunctionGenerator.cpp76 m_state.getVariableManager().removeValueFromCurrentScope(variable); in generate()
DrsgVariableManager.hpp216 void removeValueFromCurrentScope (const Variable* variable);
DrsgVariableManager.cpp327 void VariableManager::removeValueFromCurrentScope (const Variable* variable) in removeValueFromCurrentScope() function in rsg::VariableManager