Lines Matching refs:anyError
1394 bool anyError = false; in verifyRenderResult() local
1456 anyError = true; in verifyRenderResult()
1460 if (anyError) in verifyRenderResult()
1937 bool anyError = false; in verifyRenderResult() local
2047 anyError = true; in verifyRenderResult()
2049 anyError = true; in verifyRenderResult()
2060 anyError = true; in verifyRenderResult()
2068 anyError = true; in verifyRenderResult()
2071 if (anyError || msaaRelaxationRequired || hwIssueRelaxationRequired) in verifyRenderResult()
2084 if (anyError) in verifyRenderResult()
2918 bool anyError; in verifyRenderResult() local
2946 anyError = verifyWidePointPattern(viewportSurface, refPoints, projectedBBox, logFloodCounter); in verifyRenderResult()
2948 anyError = verifyNarrowPointPattern(viewportSurface, refPoints, projectedBBox, logFloodCounter); in verifyRenderResult()
2950 if (anyError) in verifyRenderResult()
3071 bool anyError = false; in verifyNarrowPointPattern() local
3114 anyError = true; in verifyNarrowPointPattern()
3128 return anyError; in verifyNarrowPointPattern()
3133 bool anyError = false; in verifyWidePointPattern() local
3146 anyError |= !verifyWidePoint(viewport, refPoint, bbox, POINT_FULL, logFloodCounter); in verifyWidePointPattern()
3154 anyError |= !verifyWidePoint(viewport, refPoint, bbox, POINT_PARTIAL, logFloodCounter); in verifyWidePointPattern()
3158 return anyError; in verifyWidePointPattern()
3693 bool anyError = false; in verifyImage() local
3715 anyError = true; in verifyImage()
3720 if (anyError) in verifyImage()
4215 bool anyError = false; in verifyImage() local
4232 anyError = true; in verifyImage()
4236 if (anyError) in verifyImage()
4254 return !anyError; in verifyImage()
4591 bool anyError = false; in verifyImagesEqual() local
4601 anyError = true; in verifyImagesEqual()
4605 if (anyError) in verifyImagesEqual()
4618 return !anyError; in verifyImagesEqual()
4624 bool anyError = false; in verifyImageResultValid() local
4637 anyError = true; in verifyImageResultValid()
4641 if (anyError) in verifyImageResultValid()
4653 return !anyError; in verifyImageResultValid()
4982 bool anyError = false; in verifyImage() local
5005 anyError = true; in verifyImage()
5009 if (anyError) in verifyImage()
5021 return !anyError; in verifyImage()