Searched refs:InterfaceBlockStructName (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DUniformHLSL.cpp59 static TString InterfaceBlockStructName(const TInterfaceBlock &interfaceBlock) function in namespace:sh
210 hlsl += " " + InterfaceBlockStructName(interfaceBlock) + " " +
275 return "struct " + InterfaceBlockStructName(interfaceBlock) + "\n"

Completed in 691 milliseconds