Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DRemoveDynamicIndexing.cpp37 std::string GetIndexFunctionName(const TType &type, bool write) in GetIndexFunctionName() function
178 std::string functionName = GetIndexFunctionName(type, write); in GetIndexFunctionDefinition()
405 ImmutableString indexingFunctionName(GetIndexFunctionName(type, false)); in visitBinary()
458 GetIndexFunctionName(node->getLeft()->getType(), true)); in visitBinary()