Lines Matching refs:anyError
1283 bool anyError = false; in verifyRenderResult() local
1345 anyError = true; in verifyRenderResult()
1349 if (anyError) in verifyRenderResult()
1825 bool anyError = false; in verifyRenderResult() local
1935 anyError = true; in verifyRenderResult()
1937 anyError = true; in verifyRenderResult()
1948 anyError = true; in verifyRenderResult()
1956 anyError = true; in verifyRenderResult()
1959 if (anyError || msaaRelaxationRequired || hwIssueRelaxationRequired) in verifyRenderResult()
1972 if (anyError) in verifyRenderResult()
2795 bool anyError; in verifyRenderResult() local
2823 anyError = verifyWidePointPattern(viewportSurface, refPoints, projectedBBox, logFloodCounter); in verifyRenderResult()
2825 anyError = verifyNarrowPointPattern(viewportSurface, refPoints, projectedBBox, logFloodCounter); in verifyRenderResult()
2827 if (anyError) in verifyRenderResult()
2948 bool anyError = false; in verifyNarrowPointPattern() local
2991 anyError = true; in verifyNarrowPointPattern()
3005 return anyError; in verifyNarrowPointPattern()
3010 bool anyError = false; in verifyWidePointPattern() local
3023 anyError |= !verifyWidePoint(viewport, refPoint, bbox, POINT_FULL, logFloodCounter); in verifyWidePointPattern()
3031 anyError |= !verifyWidePoint(viewport, refPoint, bbox, POINT_PARTIAL, logFloodCounter); in verifyWidePointPattern()
3035 return anyError; in verifyWidePointPattern()
3552 bool anyError = false; in verifyImage() local
3574 anyError = true; in verifyImage()
3579 if (anyError) in verifyImage()
4056 bool anyError = false; in verifyImage() local
4073 anyError = true; in verifyImage()
4077 if (anyError) in verifyImage()
4095 return !anyError; in verifyImage()
4428 bool anyError = false; in verifyImagesEqual() local
4438 anyError = true; in verifyImagesEqual()
4442 if (anyError) in verifyImagesEqual()
4455 return !anyError; in verifyImagesEqual()
4461 bool anyError = false; in verifyImageResultValid() local
4474 anyError = true; in verifyImageResultValid()
4478 if (anyError) in verifyImageResultValid()
4490 return !anyError; in verifyImageResultValid()
4801 bool anyError = false; in verifyImage() local
4819 anyError = true; in verifyImage()
4823 if (anyError) in verifyImage()
4835 return !anyError; in verifyImage()