Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h51 mStructNestingLevel(0), in TParseContext()
263 int mStructNestingLevel; // incremented while parsing a struct declaration variable
DParseHelper.cpp3020 ++mStructNestingLevel; in enterStructDeclaration()
3025 if (mStructNestingLevel > 1) { in enterStructDeclaration()
3035 --mStructNestingLevel; in exitStructDeclaration()
/external/angle/src/compiler/translator/
DParseContext.h621 int mStructNestingLevel; // incremented while parsing a struct declaration variable
DParseContext.cpp182 mStructNestingLevel(0), in TParseContext()
3997 ++mStructNestingLevel; in enterStructDeclaration()
4001 if (mStructNestingLevel > 1) in enterStructDeclaration()
4009 --mStructNestingLevel; in exitStructDeclaration()