Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DResourcesHLSL.cpp71 static TString InterfaceBlockStructName(const TInterfaceBlock &interfaceBlock) in InterfaceBlockStructName() function
814 hlsl += " " + InterfaceBlockStructName(interfaceBlock) + " " + in uniformBlockString()
951 return "struct " + InterfaceBlockStructName(interfaceBlock) + in uniformBlockStructString()