Home
last modified time | relevance | path

Searched refs:hashFunctionNameIfNeeded (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/
DOutputGLSLBase.h83 ImmutableString hashFunctionNameIfNeeded(const TFunction *func);
DOutputGLSLBase.cpp870 out << " " << hashFunctionNameIfNeeded(node->getFunction()); in visitFunctionPrototype()
893 functionName = hashFunctionNameIfNeeded(node->getFunction()); in visitAggregate()
1105 ImmutableString TOutputGLSLBase::hashFunctionNameIfNeeded(const TFunction *func) in hashFunctionNameIfNeeded() function in sh::TOutputGLSLBase