Searched refs:greaterColor (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | DepthStencilStateTests.cpp | 130 RGBA8 greaterColor = RGBA8(0, 0, 255, 255); in CheckDepthCompareFunction() local 145 DoTest({base, {state, greaterColor, 1.0f, 0u}}, greater ? greaterColor : baseColor); in CheckDepthCompareFunction() 184 RGBA8 greaterColor = RGBA8(0, 0, 255, 255); in CheckStencilCompareFunction() local 199 DoTest({base, {state, greaterColor, 0.f, 2u}}, greater ? greaterColor : baseColor); in CheckStencilCompareFunction()
|