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