OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ValueScope
(Results
1 - 2
of
2
) 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
...]
Completed in 791 milliseconds