Home
last modified time | relevance | path

Searched refs:colorTolerance (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp1225 const float colorTolerance = 0.1f; in testTextureSize() local
1237 if (outputColor.x() >= 1.0f - colorTolerance && in testTextureSize()
1238 outputColor.y() >= 1.0f - colorTolerance && in testTextureSize()
1239 outputColor.z() >= 1.0f - colorTolerance) in testTextureSize()