Home
last modified time | relevance | path

Searched refs:levelOk (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.cpp3214 bool levelOk = false; in compareGenMipmapResult() local
3218 if (!levelOk) in compareGenMipmapResult()
3222 levelOk = true; in compareGenMipmapResult()
3227 if (!levelOk) in compareGenMipmapResult()
3231 levelOk = true; in compareGenMipmapResult()
3237 if (!levelOk && result == QP_TEST_RESULT_PASS) in compareGenMipmapResult()
3240 if (!levelOk) in compareGenMipmapResult()
3244 levelOk = true; in compareGenMipmapResult()
3249 if (!levelOk) in compareGenMipmapResult()
3255 if (!levelOk) in compareGenMipmapResult()
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fStencilTexturingTests.cpp625 bool levelOk; in iterate() local
635 levelOk = compareStencilToRed(m_testCtx.getLog(), reference, readLevel); in iterate()
638 levelOk = compareRedChannel(m_testCtx.getLog(), readLevel, levelNdx); in iterate()
640 if (!levelOk) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageQueryTests.cpp728 const bool levelOk = result.x() == 0.0f; in testImageQueryLod() local
731 if (!levelOk || !lodOk) in testImageQueryLod()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp591 bool levelOk = true; in verifyTexture() local
622 levelOk = false; in verifyTexture()
627 if (!levelOk) in verifyTexture()