Home
last modified time | relevance | path

Searched defs:ValidateASTOptions (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/compiler/translator/
DValidateAST.h20 struct ValidateASTOptions struct
25 bool validateSingleParent = true;
27 bool validateVariableReferences = true;
30 bool validateSpecConstReferences = false;
33 bool validateBuiltInOps = true;
37 bool validateFunctionCall = true; // TODO
40 bool validateNullNodes = true;
64 bool ValidateAST(TIntermNode *root, TDiagnostics *diagnostics, const ValidateASTOptions &options); argument