Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderTextureSizeTests.cpp460 const int colorThresholdBlue = 1 << (8 - m_context.getRenderTarget().getPixelFormat().blueBits); in verifyImage() local
466 …resholdRed && color.getGreen() > 255 - colorThresholdGreen && color.getBlue() < colorThresholdBlue) in verifyImage()
472 …olorThresholdRed && color.getGreen() < colorThresholdGreen && color.getBlue() < colorThresholdBlue) in verifyImage()
Des31fTextureMultisampleTests.cpp1511 const int colorThresholdBlue = 1 << (8 - m_context.getRenderTarget().getPixelFormat().blueBits); in verifyImage() local
1514 …resholdRed || color.getGreen() < 255 - colorThresholdGreen || color.getBlue() > colorThresholdBlue) in verifyImage()