Home
last modified time | relevance | path

Searched refs:mAtGlobalScope (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DTypes.h124 mAtGlobalScope(false) in POOL_ALLOCATOR_NEW_DELETE()
155 mAtGlobalScope = atGlobalScope; in setAtGlobalScope()
160 return mAtGlobalScope; in atGlobalScope()
182 bool mAtGlobalScope; variable
/external/angle/src/compiler/translator/
DSymbol.h178 void setAtGlobalScope(bool atGlobalScope) { mAtGlobalScope = atGlobalScope; } in setAtGlobalScope()
179 bool atGlobalScope() const { return mAtGlobalScope; } in atGlobalScope()
211 bool mAtGlobalScope; variable