Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderTextureSizeTests.cpp458 const int colorThresholdRed = 1 << (8 - m_context.getRenderTarget().getPixelFormat().redBits); in verifyImage() local
466 …if (color.getRed() < colorThresholdRed && color.getGreen() > 255 - colorThresholdGreen && color.ge… in verifyImage()
472 …else if (color.getRed() > 255 - colorThresholdRed && color.getGreen() < colorThresholdGreen && col… in verifyImage()
Des31fTextureMultisampleTests.cpp1510 const int colorThresholdRed = 1 << (8 - m_context.getRenderTarget().getPixelFormat().redBits); in verifyImage() local
1515 …if (color.getRed() > colorThresholdRed || color.getGreen() < 255 - colorThresholdGreen || color.ge… in verifyImage()