Searched refs:compareStencilToRed (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fStencilTexturingTests.cpp | 394 static bool compareStencilToRed (tcu::TestLog& log, const tcu::ConstPixelBufferAccess& stencilRef, … in compareStencilToRed() function 560 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), stencilOnlyLevel, readLevel); in iterate() 635 levelOk = compareStencilToRed(m_testCtx.getLog(), reference, readLevel); in iterate() 792 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), reference, result); in iterate() 866 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), reference, result); in iterate() 925 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), stencilOnlyLevel, readLevel); in iterate() 986 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), stencilOnlyLevel, readLevel); in iterate()
|