Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayStencilAttachments.cpp196 bool has_test_failed = false; in iterate() local
237 has_test_failed = readPixelsAndCompareWithExpectedResult(test_index); in iterate()
239 if (has_test_failed) in iterate()
253 has_test_failed = readPixelsAndCompareWithExpectedResult(test_index); in iterate()
259 if (has_test_failed) in iterate()
265 if (has_test_failed) in iterate()
824 bool has_test_failed = false; in readPixelsAndCompareWithExpectedResult() local
869 has_test_failed = true; in readPixelsAndCompareWithExpectedResult()
874 return has_test_failed; in readPixelsAndCompareWithExpectedResult()