Searched refs:bgRef (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderHelperInvocationTests.cpp | 383 const tcu::RGBA bgRef (0, 0, 0, 255); in verifyHelperInvocationValue() local 394 const bool isBg = tcu::compareThreshold(resPix, bgRef, threshold); in verifyHelperInvocationValue() 572 const tcu::RGBA bgRef (0, 0, 0, 255); in verifyHelperInvocationDerivate() local 585 const bool isBg = tcu::compareThreshold(resPix, bgRef, isBgThreshold); in verifyHelperInvocationDerivate() 588 …const bool neighborBg = nonZeroDeriv ? hasNeighborWithColor(result, x, y, bgRef, isBgThreshold) … in verifyHelperInvocationDerivate()
|