Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DOutputHLSL.cpp3315 TString constructorName; in outputConstructor() local
3318 constructorName = mStructureHLSL->addStructConstructor(*node->getType().getStruct()); in outputConstructor()
3322 constructorName = in outputConstructor()
3325 out << constructorName << "("; in outputConstructor()
/external/skqp/tools/bookmaker/
DincludeParser.cpp815 string constructorName = className + "::"; in checkTokens() local
816 constructorName += string(token.fContentStart + skip, in checkTokens()
818 def = root->find(constructorName, RootDefinition::AllowParens::kYes); in checkTokens()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp3241 …TString constructorName = function.getType().getBasicTypeString(); // TODO: performance: should n… in constructorTextureSamplerError() local
3242 const char* token = constructorName.c_str(); in constructorTextureSamplerError()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DParseHelper.cpp3469 …TString constructorName = function.getType().getBasicTypeString(); // TODO: performance: should n… in constructorTextureSamplerError() local
3470 const char* token = constructorName.c_str(); in constructorTextureSamplerError()