Searched refs:writeVariableType (Results 1 – 4 of 4) sorted by relevance
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | OutputVulkanGLSL.cpp | 153 void TOutputVulkanGLSL::writeVariableType(const TType &type, in writeVariableType() function in sh::TOutputVulkanGLSL 165 TOutputGLSL::writeVariableType(overrideType, symbol, isFunctionArgument); in writeVariableType()
|
| D | OutputVulkanGLSL.h | 44 void writeVariableType(const TType &type,
|
| D | OutputGLSLBase.cpp | 393 void TOutputGLSLBase::writeVariableType(const TType &type, in writeVariableType() function in sh::TOutputGLSLBase 445 writeVariableType(type, param, true); in writeFunctionParameters() 896 writeVariableType(type, node->getFunction(), false); in visitFunctionPrototype() 962 writeVariableType(symbolNode->getType(), &symbolNode->variable(), false); in visitDeclaration()
|
| D | OutputGLSLBase.h | 44 virtual void writeVariableType(const TType &type,
|