Searched refs:colorBaseExpr (Results 1 – 2 of 2) sorted by relevance
363 const std::string colorBaseExpr = signednessPrefix + "vec4(" in initPrograms() local369 …const std::string colorExpr = colorBaseExpr + (storeColorScale == 1.0f ? "" : "*" + de::toString(s… in initPrograms()
1171 …const string colorBaseExpr = string(isUintFormat ? "u" : isIntFormat ? "i" : "") + "vec4(gx^gy^… in iterate() local1175 …const string colorExpr = colorBaseExpr + (storeColorScale == 1.0f ? "" : "*" + toString(storeC… in iterate()