HomeSort by relevance Sort by last modified time
    Searched defs:infoSink (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
localintermediate.h 27 TIntermediate(TInfoSink& i) : infoSink(i) { }
52 TInfoSink& infoSink;
ShHandle.h 20 #include "compiler/InfoSink.h"
57 TInfoSink& getInfoSink() { return infoSink; }
87 TInfoSink infoSink; // Output sink.
ParseHelper.h 34 intermediate(interm), symbolTable(symt), extensionBehavior(ext), infoSink(is), shaderType(type), shaderSpec(spec), treeRoot(0),
40 TInfoSink& infoSink;
parseConst.cpp 22 infoSink(sink),
46 TInfoSink& infoSink;
64 infoSink.info.message(EPrefixInternalError, "Symbol Node found in constant constructor", node->getLine());
77 infoSink.info.message(EPrefixError, buf.c_str(), node->getLine());
82 infoSink.info.message(EPrefixInternalError, "Binary Node found in constant constructor", node->getLine());
92 infoSink.info.message(EPrefixError, buf.c_str(), node->getLine());
103 infoSink.info.message(EPrefixError, buf.c_str(), node->getLine());
147 infoSink.info.message(EPrefixInternalError, "Selection Node found in constant constructor", node->getLine());
209 infoSink.info.message(EPrefixInternalError, "Loop Node found in constant constructor", node->getLine());
216 infoSink.info.message(EPrefixInternalError, "Branch Node found in constant constructor", node->getLine())
    [all...]

Completed in 109 milliseconds