Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputHLSL.cpp684 for (const auto &constructIntoFunction : mArrayConstructIntoFunctions) in header() local
686 out << constructIntoFunction.functionDefinition << "\n"; in header()
3601 for (const auto &constructIntoFunction : mArrayConstructIntoFunctions) in addArrayConstructIntoFunction() local
3603 if (constructIntoFunction.type == type) in addArrayConstructIntoFunction()
3605 return constructIntoFunction.functionName; in addArrayConstructIntoFunction()