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

  /external/deqp/framework/randomshaders/
rsgVariableManager.hpp 60 class VariableScope
63 VariableScope (void);
64 ~VariableScope (void);
76 VariableScope (const VariableScope& other);
77 VariableScope& operator= (const VariableScope& other);
222 void pushVariableScope (VariableScope& scope);
241 VariableScope& getCurVariableScope (void) { return *m_variableScopeStack.back(); }
242 const VariableScope& getCurVariableScope (void) const { return *m_variableScopeStack.back();
    [all...]
rsgVariableManager.cpp 101 VariableScope::VariableScope (void)
105 VariableScope::~VariableScope (void)
114 Variable* VariableScope::allocate (const VariableType& type, Variable::Storage storage, const char* name)
129 void VariableScope::declare (Variable* variable)
135 void VariableScope::removeLive (const Variable* variable)
244 VariableScope& varScope = getCurVariableScope();
387 void VariableManager::pushVariableScope (VariableScope& scope)
398 VariableScope& curScope = getCurVariableScope()
    [all...]
rsgShader.hpp 103 VariableScope& getGlobalScope (void) { return m_globalScope; }
120 VariableScope m_globalScope;
rsgStatement.hpp 106 VariableScope m_scope;
rsgShaderGenerator.cpp 176 VariableScope& globalVariableScope = shader.getGlobalScope();

Completed in 38 milliseconds