Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DSymbol.h127 void setAtGlobalScope(bool atGlobalScope) { mAtGlobalScope = atGlobalScope; } in setAtGlobalScope()
128 bool atGlobalScope() const { return mAtGlobalScope; } in atGlobalScope()
144 bool mAtGlobalScope; variable
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/angle2/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