Searched refs:readLevel (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fStencilTexturingTests.cpp | 536 …TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), wi… in iterate() local 557 glu::readPixels(renderCtx, 0, 0, readLevel); in iterate() 560 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), stencilOnlyLevel, readLevel); in iterate() 619 …TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width,… in iterate() local 628 glu::readPixels(renderCtx, 0, 0, readLevel); in iterate() 635 levelOk = compareStencilToRed(m_testCtx.getLog(), reference, readLevel); in iterate() 638 levelOk = compareRedChannel(m_testCtx.getLog(), readLevel, levelNdx); in iterate() 897 …TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), wi… in iterate() local 922 glu::readPixels(renderCtx, 0, 0, readLevel); in iterate() 925 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), stencilOnlyLevel, readLevel); in iterate() [all …]
|