Searched refs:colorBaseExpr (Results 1 – 1 of 1) sorted by relevance
1159 …const string colorBaseExpr = string(isUintFormat ? "u" : isIntFormat ? "i" : "") + "vec4(gx^gy^… in iterate() local1163 …const string colorExpr = colorBaseExpr + (storeColorScale == 1.0f ? "" : "*" + toString(storeC… in iterate()