Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/randomshaders/
DrsgFunctionGenerator.cpp76 m_state.getVariableManager().removeValueFromCurrentScope(variable); in generate()
DrsgVariableManager.hpp222 void removeValueFromCurrentScope (const Variable* variable);
DrsgVariableManager.cpp327 void VariableManager::removeValueFromCurrentScope (const Variable* variable) in removeValueFromCurrentScope() function in rsg::VariableManager