Home
last modified time | relevance | path

Searched refs:atGlobalScope (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/
DSymbol.h178 void setAtGlobalScope(bool atGlobalScope) { mAtGlobalScope = atGlobalScope; } in setAtGlobalScope() argument
179 bool atGlobalScope() const { return mAtGlobalScope; } in atGlobalScope() function
DUtilsHLSL.cpp1001 if (structure.atGlobalScope()) in StructNameString()
/external/swiftshader/src/OpenGL/compiler/
DTypes.h153 void setAtGlobalScope(bool atGlobalScope) in setAtGlobalScope() argument
155 mAtGlobalScope = atGlobalScope; in setAtGlobalScope()
158 bool atGlobalScope() const in atGlobalScope() function
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DRewriteKeywords.cpp124 renamed->setAtGlobalScope(structure.atGlobalScope()); in createRenamed()