Home
last modified time | relevance | path

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

/external/skia/tools/skdiff/
Dskdiff.h127 , fResult(kUnknown_Result) { in DiffRecord()
154 Result fResult; member
167 if (lhs->fResult != rhs->fResult) { in compare()
168 return (lhs->fResult < rhs->fResult) ? 1 : -1; in compare()
Dskdiff_image.cpp51 drp->fResult = DiffRecord::kCouldNotCompare_Result; in create_diff_images()
56 drp->fResult = DiffRecord::kEqualBits_Result; in create_diff_images()
65 drp->fResult = DiffRecord::kCouldNotCompare_Result; in create_diff_images()
76 SkASSERT(DiffRecord::kUnknown_Result != drp->fResult); in create_diff_images()
335 printf("Base and Comparison %s.\n", DiffRecord::getResultDescription(dr.fResult)); in main()
337 if (DiffRecord::kDifferentPixels_Result == dr.fResult) { in main()
359 if (failOnResultType[dr.fResult]) { in main()
Dskdiff_main.cpp186 fResultsOfType[drp->fResult].push(new SkString(drp->fBase.fFilename)); in add()
193 fResultsOfType[drp->fResult].push(blame); in add()
195 switch (drp->fResult) { in add()
229 switch (drp->fResult) { in add()
234 add_unique_basename(&fFailedBaseNames[drp->fResult], drp->fBase.fFilename); in add()
425 drp->fResult = DiffRecord::kCouldNotCompare_Result; in create_diff_images()
443 drp->fResult = DiffRecord::kCouldNotCompare_Result; in create_diff_images()
461 SkASSERT(DiffRecord::kUnknown_Result == drp->fResult); in create_diff_images()
491 drp->fResult = DiffRecord::kCouldNotCompare_Result; in create_diff_images()
494 drp->fResult = DiffRecord::kEqualBits_Result; in create_diff_images()
[all …]
Dskdiff_utils.cpp140 drp->fResult = DiffRecord::kDifferentSizes_Result; in create_and_write_diff_image()
146 SkASSERT(DiffRecord::kUnknown_Result == drp->fResult); in create_and_write_diff_image()
148 SkASSERT(DiffRecord::kUnknown_Result != drp->fResult); in create_and_write_diff_image()
166 if (DiffRecord::kDifferentPixels_Result == drp->fResult) { in create_and_write_diff_image()
Dskdiff.cpp162 dr->fResult = DiffRecord::kDifferentSizes_Result; in compute_diff()
214 dr->fResult = DiffRecord::kEqualPixels_Result; in compute_diff()
217 dr->fResult = DiffRecord::kDifferentPixels_Result; in compute_diff()
Dskdiff_html.cpp105 switch (diff.fResult) { in print_label_cell()
289 switch (diff->fResult) { in print_diff_page()
/external/skia/tests/
DSkpSkGrTest.cpp112 fResult.init(dirNo); in init()
126 TestResult fResult; member
144 SkASSERT(strlen(str) < sizeof(fState.fResult.fFilename) - 1); in SkpSkGrThreadedRunnable()
146 strcpy(fState.fResult.fFilename, str); in SkpSkGrThreadedRunnable()
302 int pixelError = data->fResult.fPixelError; in addError()
305 strcpy(data->fFilesFound[dCount], data->fResult.fFilename); in addError()
306 data->fDirsFound[dCount] = data->fResult.fDirNo; in addError()
318 strcpy(data->fFilesFound[smallestIndex], data->fResult.fFilename); in addError()
319 data->fDirsFound[smallestIndex] = data->fResult.fDirNo; in addError()
597 if (preParser.match(filename, &statusStream, &state.fResult)) { in DEF_TEST()
[all …]
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.cpp4042 PVRTVECTOR4f fResult, fOrig, fTmp; local
4049 memset(&fResult.x, 0, sizeof(fResult));
4061 fResult.x += fTmp.x * pBoneW[i];
4062 fResult.y += fTmp.y * pBoneW[i];
4063 fResult.z += fTmp.z * pBoneW[i];
4064 fResult.w += fTmp.w * pBoneW[i];
4069fResult.x = vt2f(pPalette[0].f[0]) * fOrig.x + vt2f(pPalette[0].f[4]) * fOrig.y + vt2f(pPalette[0]…
4070fResult.y = vt2f(pPalette[0].f[1]) * fOrig.x + vt2f(pPalette[0].f[5]) * fOrig.y + vt2f(pPalette[0]…
4071fResult.z = vt2f(pPalette[0].f[2]) * fOrig.x + vt2f(pPalette[0].f[6]) * fOrig.y + vt2f(pPalette[0]…
4072fResult.w = vt2f(pPalette[0].f[3]) * fOrig.x + vt2f(pPalette[0].f[7]) * fOrig.y + vt2f(pPalette[0]…
[all …]
/external/skia/bench/
DMathBench.cpp498 SkFixed fResult[N]; member in FixedMathBench
517 fResult[i] = SkFloatToFixed(fData[i]); in onDraw()
523 SkDebugf("%d\n", fResult[0]); in onDraw()
/external/v8/src/mips/
Dsimulator-mips.cc3191 float fResult; in DecodeTypeRegisterSRsType() local
3242 fResult = bit_cast<float>(result); in DecodeTypeRegisterSRsType()
3243 SetFPUFloatResult(fd_reg(), fResult); in DecodeTypeRegisterSRsType()
/external/v8/src/mips64/
Dsimulator-mips64.cc2643 float fResult; in DecodeTypeRegisterSRsType() local
2694 fResult = bit_cast<float>(result); in DecodeTypeRegisterSRsType()
2695 SetFPUFloatResult(fd_reg(), fResult); in DecodeTypeRegisterSRsType()