Searched refs:integerOrFloatFormat (Results 1 – 1 of 1) sorted by relevance
347 …const bool integerOrFloatFormat = isIntFormat(format) || isUintFormat(format) || isFloatFormat(for… in colorScaleAndBiasAreValid() local348 return !integerOrFloatFormat || (colorScale == 1.0f && colorBias == 0.0f); in colorScaleAndBiasAreValid()