Searched refs:isNonNormalizedInteger (Results 1 – 5 of 5) sorted by relevance
1082 Surface::isNonNormalizedInteger(state.sourceFormat) && in ApplyScaleAndClamp()1083 !Surface::isNonNormalizedInteger(state.destFormat)) in ApplyScaleAndClamp()1203 bool intSrc = Surface::isNonNormalizedInteger(state.sourceFormat); in generate()1204 bool intDst = Surface::isNonNormalizedInteger(state.destFormat); in generate()
380 static bool isNonNormalizedInteger(Format format);
3170 bool Surface::isNonNormalizedInteger(Format format) in isNonNormalizedInteger() function in sw::Surface3179 !isNonNormalizedInteger(format) && in isNormalizedInteger()
2206 bool isInteger = Surface::isNonNormalizedInteger(state.textureFormat); in sampleTexel()2575 return Surface::isNonNormalizedInteger(state.textureFormat); in hasUnnormalizedIntegerTexture()
2048 else if(Surface::isNonNormalizedInteger(state.targetFormat[index])) in alphaBlend()