Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h605 int mStructNestingLevel; // incremented while parsing a struct declaration variable
DParseContext.cpp181 mStructNestingLevel(0), in TParseContext()
3905 ++mStructNestingLevel; in enterStructDeclaration()
3909 if (mStructNestingLevel > 1) in enterStructDeclaration()
3917 --mStructNestingLevel; in exitStructDeclaration()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h672 int mStructNestingLevel; // incremented while parsing a struct declaration variable
DParseContext.cpp202 mStructNestingLevel(0), in TParseContext()
4643 ++mStructNestingLevel; in enterStructDeclaration()
4647 if (mStructNestingLevel > 1) in enterStructDeclaration()
4655 --mStructNestingLevel; in exitStructDeclaration()