Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DUtilsHLSL.h120 TString DecorateField(const ImmutableString &string, const TStructure &structure);
DStructureHLSL.cpp58 string += " " + fieldTypeString + " " + DecorateField(field->name(), structure) + in Define()
DUtilsHLSL.cpp825 TString DecorateField(const ImmutableString &string, const TStructure &structure) in DecorateField() function
DOutputHLSL.cpp1686 out << "." << DecorateField(field->name(), *structure); in visitBinary()