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

  /external/chromium_org/third_party/angle/src/compiler/translator/
Diagnostics.h 17 TDiagnostics(TInfoSink& infoSink);
20 TInfoSink& infoSink() { return mInfoSink; }
DetectCallDepth.h 67 TInfoSink& getInfoSink() { return infoSink; }
71 TInfoSink& infoSink;
ParseContext.h 72 TInfoSink& infoSink() { return diagnostics.infoSink(); }
Compiler.h 20 #include "compiler/translator/InfoSink.h"
69 TInfoSink& getInfoSink() { return infoSink; }
98 bool detectCallDepth(TIntermNode* root, TInfoSink& infoSink, bool limitCallStackDepth);
172 TInfoSink infoSink; // Output sink.

Completed in 36 milliseconds