Searched refs:colorTolerance (Results 1 – 1 of 1) sorted by relevance
1225 const float colorTolerance = 0.1f; in testTextureSize() local1237 if (outputColor.x() >= 1.0f - colorTolerance && in testTextureSize()1238 outputColor.y() >= 1.0f - colorTolerance && in testTextureSize()1239 outputColor.z() >= 1.0f - colorTolerance) in testTextureSize()