Home
last modified time | relevance | path

Searched defs:infoSink (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
DDiagnostics.h20 TInfoSink& infoSink() { return mInfoSink; } in infoSink() function
Dlocalintermediate.h52 TInfoSink& infoSink; variable
DDetectCallDepth.h71 TInfoSink& infoSink; variable
DDiagnostics.cpp13 TDiagnostics::TDiagnostics(TInfoSink& infoSink) : in TDiagnostics()
DDetectCallDepth.cpp72 DetectCallDepth::DetectCallDepth(TInfoSink& infoSink, bool limitCallStackDepth, int maxCallStackDep… in DetectCallDepth()
DShaderLang.cpp271 TInfoSink& infoSink = compiler->getInfoSink(); in ShGetInfoLog() local
287 TInfoSink& infoSink = compiler->getInfoSink(); in ShGetObjectCode() local
DShHandle.h157 TInfoSink infoSink; // Output sink. variable
DparseConst.cpp46 TInfoSink& infoSink; member in TConstTraverser
DParseContext.h72 TInfoSink& infoSink() { return diagnostics.infoSink(); } in infoSink() function
DCompiler.cpp367 bool TCompiler::detectCallDepth(TIntermNode* root, TInfoSink& infoSink, bool limitCallStackDepth) in detectCallDepth()
DIntermediate.cpp1034 bool TIntermBinary::promote(TInfoSink& infoSink) in promote()
1322 …ermTyped* TIntermConstantUnion::fold(TOperator op, TIntermTyped* constantNode, TInfoSink& infoSink) in fold()