OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:validateOutputs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/translator/
Compiler.cpp
20
#include "compiler/translator/
ValidateOutputs
.h"
195
success =
validateOutputs
(root);
414
bool TCompiler::
validateOutputs
(TIntermNode* root)
416
ValidateOutputs
validateOutputs
(infoSink.info, compileResources.MaxDrawBuffers);
417
root->traverse(&
validateOutputs
);
418
return (
validateOutputs
.numErrors() == 0);
Compiler.h
100
bool
validateOutputs
(TIntermNode* root);
Completed in 31 milliseconds