Searched defs:TParseContext (Results 1 – 1 of 1) sorted by relevance
27 struct TParseContext { struct28 …TParseContext(TSymbolTable& symt, TExtensionBehavior& ext, TIntermediate& interm, ShShaderType typ… in TParseContext() argument45 TIntermediate& intermediate; // to hold and build a parse tree46 TSymbolTable& symbolTable; // symbol table that goes with the language currently being parsed47 ShShaderType shaderType; // vertex or fragment language (future: pack or unpack)48 …rSpec shaderSpec; // The language specification compiler conforms to - GLES2 or WebGL.49 int compileOptions;50 const char* sourcePath; // Path of source file or NULL.51 TIntermNode* treeRoot; // root of parse tree being created52 int loopNestingLevel; // 0 if outside all loops[all …]