Home
last modified time | relevance | path

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

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