Searched defs:objSink (Results 1 – 6 of 6) sorted by relevance
41 TInfoSinkBase &objSink() { return mObjSink; } in objSink() function
12 TOutputESSL::TOutputESSL(TInfoSinkBase &objSink, in TOutputESSL()
14 TOutputGLSL::TOutputGLSL(TInfoSinkBase &objSink, in TOutputGLSL()
22 TOutputVulkanGLSL::TOutputVulkanGLSL(TInfoSinkBase &objSink, in TOutputVulkanGLSL()
84 TOutputGLSLBase::TOutputGLSLBase(TInfoSinkBase &objSink, in TOutputGLSLBase()
411 void OutputHLSL::output(TIntermNode *treeRoot, TInfoSinkBase &objSink) in output()