Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DOutputESSL.cpp13 TInfoSinkBase &objSink, in TOutputESSL()
DOutputGLSLBase.h35 TInfoSinkBase &objSink() { return mObjSink; } in objSink() function
DOutputGLSL.cpp15 TInfoSinkBase &objSink, in TOutputGLSL()
DOutputVulkanGLSL.cpp23 TInfoSinkBase &objSink, in TOutputVulkanGLSL()
DOutputGLSLBase.cpp85 TInfoSinkBase &objSink, in TOutputGLSLBase()
DOutputHLSL.cpp411 void OutputHLSL::output(TIntermNode *treeRoot, TInfoSinkBase &objSink) in output()