Home
last modified time | relevance | path

Searched refs:writeVariableType (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputVulkanGLSL.cpp153 void TOutputVulkanGLSL::writeVariableType(const TType &type, in writeVariableType() function in sh::TOutputVulkanGLSL
165 TOutputGLSL::writeVariableType(overrideType, symbol, isFunctionArgument); in writeVariableType()
DOutputVulkanGLSL.h44 void writeVariableType(const TType &type,
DOutputGLSLBase.cpp393 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()
DOutputGLSLBase.h44 virtual void writeVariableType(const TType &type,
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DOutputVulkanGLSL.cpp164 void TOutputVulkanGLSL::writeVariableType(const TType &type, const TSymbol *symbol) in writeVariableType() function in sh::TOutputVulkanGLSL
174 TOutputGLSL::writeVariableType(overrideType, symbol); in writeVariableType()
DOutputVulkanGLSL.h35 void writeVariableType(const TType &type, const TSymbol *symbol) override;
DOutputGLSLBase.cpp343 void TOutputGLSLBase::writeVariableType(const TType &type, const TSymbol *symbol) in writeVariableType() function in sh::TOutputGLSLBase
384 writeVariableType(type, param); in writeFunctionParameters()
940 writeVariableType(type, node->getFunction()); in visitFunctionPrototype()
1050 writeVariableType(variable->getType(), symbolNode ? &symbolNode->variable() : nullptr); in visitDeclaration()
DOutputGLSLBase.h47 virtual void writeVariableType(const TType &type, const TSymbol *symbol);