Home
last modified time | relevance | path

Searched refs:DebugSink (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DDebugSink.h46 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)
DEmitMetal.cpp28 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/
DDMSrcSink.h471 class DebugSink : public Sink {
DDM.cpp918 SINK("jsdebug", DebugSink); in create_sink()
DDMSrcSink.cpp1698 Error DebugSink::draw(const Src& src, SkBitmap*, SkWStream* dst, SkString*) const { in draw()
/external/skia/dm/
DDMSrcSink.h564 class DebugSink : public Sink {
DDM.cpp999 SINK("jsdebug", DebugSink); in create_sink()
DDMSrcSink.cpp2051 Result DebugSink::draw(const Src& src, SkBitmap*, SkWStream* dst, SkString*) const { in draw()
/external/angle/src/
Dcompiler.gni377 "src/compiler/translator/TranslatorMetalDirect/DebugSink.h",