Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DValidateAST.h20 struct ValidateASTOptions struct
64 bool ValidateAST(TIntermNode *root, TDiagnostics *diagnostics, const ValidateASTOptions &options); argument
DValidateAST.cpp26 const ValidateASTOptions &options);
49 ValidateAST(TIntermNode *root, TDiagnostics *diagnostics, const ValidateASTOptions &options);
69 ValidateASTOptions mOptions;
97 const ValidateASTOptions &options) in validate()
106 const ValidateASTOptions &options) in ValidateAST()
655 bool ValidateAST(TIntermNode *root, TDiagnostics *diagnostics, const ValidateASTOptions &options) in ValidateAST()
DCompiler.h222 ValidateASTOptions mValidateASTOptions;