Searched refs:samplerArray (Results 1 – 2 of 2) sorted by relevance
389 std::ostringstream samplerArray; in getGlslSamplerDecl() local390 samplerArray << "texSamplers[" << imageCount << "]"; in getGlslSamplerDecl()392 return imageCount > 1 ? samplerArray.str() : "texSampler"; in getGlslSamplerDecl()405 std::ostringstream samplerArray; in getGlslFragColorDecl() local406 samplerArray << "fragColors[" << imageCount << "]"; in getGlslFragColorDecl()408 return imageCount > 1 ? samplerArray.str() : "fragColor"; in getGlslFragColorDecl()
1989 std::ostringstream samplerArray; in getGlslSamplerDecl() local1990 samplerArray << "texSamplers[" << imageCount << "]"; in getGlslSamplerDecl()1992 return imageCount > 1 ? samplerArray.str() : "texSampler"; in getGlslSamplerDecl()