Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderTextureSizeTests.cpp476 const int colorThresholdBlue = 1 << (8 - m_context.getRenderTarget().getPixelFormat().blueBits); in verifyImage() local
482 …resholdRed && color.getGreen() > 255 - colorThresholdGreen && color.getBlue() < colorThresholdBlue) in verifyImage()
488 …olorThresholdRed && color.getGreen() < colorThresholdGreen && color.getBlue() < colorThresholdBlue) in verifyImage()
Des31fTextureMultisampleTests.cpp1532 const int colorThresholdBlue = 1 << (8 - m_context.getRenderTarget().getPixelFormat().blueBits); in verifyImage() local
1535 …resholdRed || color.getGreen() < 255 - colorThresholdGreen || color.getBlue() > colorThresholdBlue) in verifyImage()