Searched refs:glslCode (Results 1 – 2 of 2) sorted by relevance
660 std::ostringstream glslCode; in getGlslVertexCheck() local663 glslCode << " int okCount = 0;\n"; in getGlslVertexCheck()669 glslCode << " for (int checkNdx = 0; checkNdx < numAttributes; checkNdx++)\n" in getGlslVertexCheck()673 glslCode << getGlslAttributeConditions(attributeInfo, "checkNdx") in getGlslVertexCheck()679 glslCode << in getGlslVertexCheck()712 …glslCode << getGlslAttributeConditions(m_attributeInfos[attributeNdx], de::toString(attributeNdx)); in getGlslVertexCheck()718 glslCode << in getGlslVertexCheck()747 return glslCode.str(); in getGlslVertexCheck()752 std::ostringstream glslCode; in getGlslAttributeConditions() local775 glslCode << std::fixed; in getGlslAttributeConditions()[all …]
341 std::string glslCode = it->first; in verifyMappings() local344 size_t codePosition = glslSource.find(glslCode); in verifyMappings()348 codePosition = glslSource.find(glslCode, codePosition + 1); in verifyMappings()