Searched refs:fResult (Results 1 – 11 of 11) sorted by relevance
/external/skia/tools/skdiff/ |
D | skdiff.h | 127 , 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()
|
D | skdiff_image.cpp | 51 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()
|
D | skdiff_main.cpp | 186 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 …]
|
D | skdiff_utils.cpp | 140 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()
|
D | skdiff.cpp | 162 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()
|
D | skdiff_html.cpp | 105 switch (diff.fResult) { in print_label_cell() 289 switch (diff->fResult) { in print_diff_page()
|
/external/skia/tests/ |
D | SkpSkGrTest.cpp | 112 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/ |
D | PVRTModelPOD.cpp | 4042 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]; 4069 …fResult.x = vt2f(pPalette[0].f[0]) * fOrig.x + vt2f(pPalette[0].f[4]) * fOrig.y + vt2f(pPalette[0]… 4070 …fResult.y = vt2f(pPalette[0].f[1]) * fOrig.x + vt2f(pPalette[0].f[5]) * fOrig.y + vt2f(pPalette[0]… 4071 …fResult.z = vt2f(pPalette[0].f[2]) * fOrig.x + vt2f(pPalette[0].f[6]) * fOrig.y + vt2f(pPalette[0]… 4072 …fResult.w = vt2f(pPalette[0].f[3]) * fOrig.x + vt2f(pPalette[0].f[7]) * fOrig.y + vt2f(pPalette[0]… [all …]
|
/external/skia/bench/ |
D | MathBench.cpp | 498 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/ |
D | simulator-mips.cc | 3191 float fResult; in DecodeTypeRegisterSRsType() local 3242 fResult = bit_cast<float>(result); in DecodeTypeRegisterSRsType() 3243 SetFPUFloatResult(fd_reg(), fResult); in DecodeTypeRegisterSRsType()
|
/external/v8/src/mips64/ |
D | simulator-mips64.cc | 2643 float fResult; in DecodeTypeRegisterSRsType() local 2694 fResult = bit_cast<float>(result); in DecodeTypeRegisterSRsType() 2695 SetFPUFloatResult(fd_reg(), fResult); in DecodeTypeRegisterSRsType()
|