Searched refs:mInfoSink (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Diagnostics.cpp | 18 : mInfoSink(infoSink), mNumErrors(0), mNumWarnings(0) in TDiagnostics() 42 mInfoSink.prefix(severity); in writeInfo() 43 mInfoSink.location(loc.file, loc.line); in writeInfo() 44 mInfoSink << "'" << token << "' : " << reason << "\n"; in writeInfo() 50 mInfoSink.prefix(SH_ERROR); in globalError() 51 mInfoSink << message << "\n"; in globalError()
|
D | Compiler.cpp | 335 mDiagnostics(mInfoSink.info), in TCompiler() 606 OutputTree(root, mInfoSink.info); in validateAST() 607 fprintf(stderr, "AST validation error(s):\n%s\n", mInfoSink.info.c_str()); in validateAST() 1144 OutputTree(root, mInfoSink.info); in compile() 1349 mInfoSink.info.erase(); in clearResults() 1350 mInfoSink.obj.erase(); in clearResults() 1351 mInfoSink.debug.erase(); in clearResults()
|
D | Diagnostics.h | 48 TInfoSinkBase &mInfoSink;
|
D | Compiler.h | 112 TInfoSink &getInfoSink() { return mInfoSink; } in getInfoSink() 312 TInfoSink mInfoSink; // Output sink. variable
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Diagnostics.cpp | 18 : mInfoSink(infoSink), mNumErrors(0), mNumWarnings(0) in TDiagnostics() 42 mInfoSink.prefix(severity); in writeInfo() 43 mInfoSink.location(loc.file, loc.line); in writeInfo() 44 mInfoSink << "'" << token << "' : " << reason << "\n"; in writeInfo() 50 mInfoSink.prefix(SH_ERROR); in globalError() 51 mInfoSink << message << "\n"; in globalError()
|
D | Compiler.h | 99 TInfoSink &getInfoSink() { return mInfoSink; } in getInfoSink() 261 TInfoSink mInfoSink; // Output sink. variable
|
D | Compiler.cpp | 294 mDiagnostics(mInfoSink.info), in TCompiler() 930 OutputTree(root, mInfoSink.info); in compile() 1096 mInfoSink.info.erase(); in clearResults() 1097 mInfoSink.obj.erase(); in clearResults() 1098 mInfoSink.debug.erase(); in clearResults() 1406 TInfoSinkBase &sink = mInfoSink.obj; in writePragma()
|
D | Diagnostics.h | 48 TInfoSinkBase &mInfoSink;
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | Diagnostics.cpp | 23 mInfoSink(infoSink), in TDiagnostics() 65 TInfoSinkBase& sink = mInfoSink.info; in writeInfo() 77 mInfoSink.debug << str; in writeDebug()
|
D | Diagnostics.h | 29 TInfoSink& infoSink() { return mInfoSink; } in infoSink() 53 TInfoSink& mInfoSink; variable
|