Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fReadPixelsTests.cpp220 …const deUint8 blueThreshold = (deUint8)deCeilFloatToInt32(256.0f * (2.0f / (float)(1 << deMin32(m… in iterate() local
233 …(0), resultRGBA8.getLevel(0), tcu::RGBA(redThreshold, greenThreshold, blueThreshold, alphaThreshol… in iterate()
243 …const float blueThreshold = 2.0f / (float)(1 << deMin32(m_context.getRenderTarget().getPixelForm… in iterate() local
247 …owPitch, 0, &(pixelData[0])), tcu::Vec4(redThreshold, greenThreshold, blueThreshold, alphaThreshol… in iterate()
/external/deqp/modules/gles3/functional/
Des3fReadPixelsTests.cpp365 …const deUint8 blueThreshold = (deUint8)deCeilFloatToInt32(256.0f * (2.0f / (float)(1 << deMin32(m… in iterate() local
378 …(0), resultRGBA8.getLevel(0), tcu::RGBA(redThreshold, greenThreshold, blueThreshold, alphaThreshol… in iterate()
388 …const float blueThreshold = 2.0f / (float)(1 << deMin32(m_context.getRenderTarget().getPixelForm… in iterate() local
392 …ce.getLevel(0), resultAccess, tcu::Vec4(redThreshold, greenThreshold, blueThreshold, alphaThreshol… in iterate()