Searched refs:equalColor (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | DepthStencilStateTests.cpp | 129 RGBA8 equalColor = RGBA8(0, 255, 0, 255); in CheckDepthCompareFunction() local 141 DoTest({base, {state, equalColor, 0.5f, 0u}}, equal ? equalColor : baseColor); in CheckDepthCompareFunction() 183 RGBA8 equalColor = RGBA8(0, 255, 0, 255); in CheckStencilCompareFunction() local 195 DoTest({base, {state, equalColor, 0.f, 1u}}, equal ? equalColor : baseColor); in CheckStencilCompareFunction()
|