Searched refs:isMultiSample (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderHelperInvocationTests.cpp | 381 …tic bool verifyHelperInvocationValue (TestLog& log, const tcu::Surface& result, bool isMultiSample) in verifyHelperInvocationValue() argument 385 const tcu::RGBA threshold (1, isMultiSample ? 254 : 1, 1, 1); in verifyHelperInvocationValue() 570 … bool verifyHelperInvocationDerivate (TestLog& log, const tcu::Surface& result, bool isMultiSample) in verifyHelperInvocationDerivate() argument 574 const tcu::RGBA isBgThreshold (1, isMultiSample ? 254 : 1, 0, 1); in verifyHelperInvocationDerivate() 575 const tcu::RGBA isFgThreshold (1, isMultiSample ? 254 : 1, 255, 1); in verifyHelperInvocationDerivate()
|