Searched refs:DebugSink (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | DebugSink.h | 46 class DebugSink : angle::NonCopyable 52 friend class DebugSink; variable 55 EscapedSink(DebugSink &owner) : mOwner(owner), mBegin(owner.size()) {} in EscapedSink() 72 DebugSink &mOwner; 77 DebugSink(TInfoSinkBase &parent, bool alsoLogToStdout) in DebugSink() function 107 DebugSink &operator<<(const T &value)
|
D | EmitMetal.cpp | 28 using Sink = DebugSink; 828 DebugSink::EscapedSink escapedOut(out.escape()); in EmitName() 1432 DebugSink::EscapedSink escapedOut(mOut.escape()); in visitSwizzle() 2479 DebugSink outWrapper(out, angle::GetBoolEnvironmentVar("GMD_STDOUT")); in EmitMetal()
|
/external/skqp/dm/ |
D | DMSrcSink.h | 471 class DebugSink : public Sink {
|
D | DM.cpp | 918 SINK("jsdebug", DebugSink); in create_sink()
|
D | DMSrcSink.cpp | 1698 Error DebugSink::draw(const Src& src, SkBitmap*, SkWStream* dst, SkString*) const { in draw()
|
/external/skia/dm/ |
D | DMSrcSink.h | 564 class DebugSink : public Sink {
|
D | DM.cpp | 999 SINK("jsdebug", DebugSink); in create_sink()
|
D | DMSrcSink.cpp | 2051 Result DebugSink::draw(const Src& src, SkBitmap*, SkWStream* dst, SkString*) const { in draw()
|
/external/angle/src/ |
D | compiler.gni | 377 "src/compiler/translator/TranslatorMetalDirect/DebugSink.h",
|