HomeSort by relevance Sort by last modified time
    Searched refs:ValueScope (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/randomshaders/
rsgVariableManager.cpp 144 ValueScope::ValueScope (void)
148 ValueScope::~ValueScope (void)
153 void ValueScope::clear (void)
160 ValueEntry* ValueScope::allocate (const Variable* variable)
197 ValueEntry* ValueScope::findEntry (const Variable* variable) const
203 void ValueScope::setValue (const Variable* variable, ConstValueRangeAccess value)
213 void ValueScope::removeValue (const Variable* variable)
245 ValueScope& valueScope = getCurValueScope()
    [all...]
rsgVariableManager.hpp 83 class ValueScope
86 ValueScope (void);
87 ~ValueScope (void);
100 ValueScope (const ValueScope& other);
101 ValueScope& operator= (const ValueScope& other);
225 void pushValueScope (ValueScope& scope);
244 ValueScope& getCurValueScope (void) { return *m_valueScopeStack.back(); }
245 const ValueScope& getCurValueScope (void) const { return *m_valueScopeStack.back();
    [all...]
rsgStatement.hpp 131 ValueScope m_conditionalScope;
rsgShaderGenerator.cpp 177 ValueScope globalValueScope;

Completed in 1932 milliseconds