Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DValidateAST.h20 struct ValidateASTOptions struct
113 bool ValidateAST(TIntermNode *root, TDiagnostics *diagnostics, const ValidateASTOptions &options); argument
H A DValidateAST.cpp29 const ValidateASTOptions &options);
52 ValidateAST(TIntermNode *root, TDiagnostics *diagnostics, const ValidateASTOptions &options);
82 ValidateASTOptions mOptions;
239 const ValidateASTOptions &options) in validate()
248 const ValidateASTOptions &options) in ValidateAST()
1329 bool ValidateAST(TIntermNode *root, TDiagnostics *diagnostics, const ValidateASTOptions &options) in ValidateAST()
H A DCompiler.h269 ValidateASTOptions mValidateASTOptions;