Home
last modified time | relevance | path

Searched defs:objSink (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/glsl/
H A DOutputESSL.cpp13 TInfoSinkBase &objSink, in TOutputESSL()
H A DOutputGLSL.cpp15 TInfoSinkBase &objSink, in TOutputGLSL()
H A DOutputGLSLBase.h37 TInfoSinkBase &objSink() { return mObjSink; } in objSink() function
H A DOutputGLSLBase.cpp85 TInfoSinkBase &objSink, in TOutputGLSLBase()
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DOutputHLSL.cpp438 void OutputHLSL::output(TIntermNode *treeRoot, TInfoSinkBase &objSink) in output()