• Home
  • Raw
  • Download

Lines Matching refs:anyError

1319 	bool					anyError				= false;  in verifyRenderResult()  local
1381 anyError = true; in verifyRenderResult()
1385 if (anyError) in verifyRenderResult()
1861 bool anyError = false; in verifyRenderResult() local
1971 anyError = true; in verifyRenderResult()
1973 anyError = true; in verifyRenderResult()
1984 anyError = true; in verifyRenderResult()
1992 anyError = true; in verifyRenderResult()
1995 if (anyError || msaaRelaxationRequired || hwIssueRelaxationRequired) in verifyRenderResult()
2008 if (anyError) in verifyRenderResult()
2831 bool anyError; in verifyRenderResult() local
2859 anyError = verifyWidePointPattern(viewportSurface, refPoints, projectedBBox, logFloodCounter); in verifyRenderResult()
2861 anyError = verifyNarrowPointPattern(viewportSurface, refPoints, projectedBBox, logFloodCounter); in verifyRenderResult()
2863 if (anyError) in verifyRenderResult()
2984 bool anyError = false; in verifyNarrowPointPattern() local
3027 anyError = true; in verifyNarrowPointPattern()
3041 return anyError; in verifyNarrowPointPattern()
3046 bool anyError = false; in verifyWidePointPattern() local
3059 anyError |= !verifyWidePoint(viewport, refPoint, bbox, POINT_FULL, logFloodCounter); in verifyWidePointPattern()
3067 anyError |= !verifyWidePoint(viewport, refPoint, bbox, POINT_PARTIAL, logFloodCounter); in verifyWidePointPattern()
3071 return anyError; in verifyWidePointPattern()
3590 bool anyError = false; in verifyImage() local
3612 anyError = true; in verifyImage()
3617 if (anyError) in verifyImage()
4095 bool anyError = false; in verifyImage() local
4112 anyError = true; in verifyImage()
4116 if (anyError) in verifyImage()
4134 return !anyError; in verifyImage()
4469 bool anyError = false; in verifyImagesEqual() local
4479 anyError = true; in verifyImagesEqual()
4483 if (anyError) in verifyImagesEqual()
4496 return !anyError; in verifyImagesEqual()
4502 bool anyError = false; in verifyImageResultValid() local
4515 anyError = true; in verifyImageResultValid()
4519 if (anyError) in verifyImageResultValid()
4531 return !anyError; in verifyImageResultValid()
4844 bool anyError = false; in verifyImage() local
4862 anyError = true; in verifyImage()
4866 if (anyError) in verifyImage()
4878 return !anyError; in verifyImage()