/external/deqp/modules/glshared/ |
glsTextureTestUtil.cpp | [all...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_drag_controller.cc | 685 // Determine the horizontal move threshold. This is dependent on the width 687 // the threshold. 688 int threshold = kHorizontalMoveThreshold; local 693 threshold = static_cast<int>(ratio * kHorizontalMoveThreshold); 705 if ((abs(point_in_screen.x() - last_move_screen_loc_) > threshold || [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/ |
Context.cpp | 1349 float threshold = 0.5f; local [all...] |
/external/clang/lib/CodeGen/ |
CGExprCXX.cpp | 595 llvm::APInt threshold(numElementsWidth, 1); 596 threshold <<= sizeWidth; 599 = llvm::ConstantInt::get(numElementsType, threshold); [all...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
_c_m_a_p.py | 595 threshold = 4 # split costs one more segment 597 threshold = 8 # split costs two more segments 598 if (e - b + 1) > threshold: [all...] |
/external/opencv/ml/src/ |
mlboost.cpp | 1223 double sum, threshold; local [all...] |
/external/deqp/modules/egl/ |
teglImageFormatTests.cpp | 804 float threshold = 0.05f; local 805 bool match = tcu::fuzzyCompare(m_log, "ComparisonResult", "Image comparison result", referenceScreen, screen, threshold, tcu::COMPARE_LOG_RESULT); 1236 float threshold = 0.05f; local [all...] |
/external/deqp/modules/gles2/functional/ |
es2fTextureSpecificationTests.cpp | 506 tcu::UVec4 threshold = computeCompareThreshold(m_context.getRenderTarget().getPixelFormat(), m_texFormat); local 507 bool isOk = tcu::intThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, 547 const float threshold = 0.02f; local 548 isOk = tcu::fuzzyCompare(m_testCtx.getLog(), "Result", (string("Image comparison result: ") + de::toString((tcu::CubeFace)face)).c_str(), reference, result, threshold, [all...] |
es2fVertexTextureTests.cpp | 381 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(15,15,15,15); local 382 return tcu::pixelThresholdCompare(log, "Result", "Image compare result", ref, res, threshold, tcu::COMPARE_LOG_RESULT); [all...] |
es2fDepthStencilTests.cpp | 620 tcu::RGBA threshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local 702 bool compareOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result", *m_refColorBuffer, renderedImg, threshold, [all...] |
/external/e2fsprogs/e2fsck/ |
pass1.c | 514 unsigned int threshold; local 525 "numdirs_threshold", 0, 0, &threshold); 534 (threshold && num_dirs <= threshold)) [all...] |
/external/freetype/src/autofit/ |
aflatin.c | 452 /* that are not on the same Y coordinate, then threshold */ 510 /* threshold. This ensures that small bumps in the outline */ 521 /* heuristic threshold value */ 532 /* heuristic threshold value */ 937 FT_Pos threshold; local 946 threshold = 40; 953 threshold = 52; 955 fitted = ( scaled + threshold ) & ~63; [all...] |
/external/deqp/modules/gles31/functional/ |
es31fGeometryShaderTests.cpp | 3404 const int threshold = 8; local 3459 const int threshold = 8; local [all...] |
es31fOpaqueTypeIndexingTests.cpp | 576 const float threshold = 1.0f / 256.0f; local 581 isOk = boolAll(lessThanEqual(abs(reference-result), tcu::Vec4(threshold))); [all...] |
es31fTextureSpecificationTests.cpp | 294 const float threshold = 0.02f; local 299 bool isFaceOk = tcu::fuzzyCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference, result, threshold, [all...] |
es31fUniformLocationTests.cpp | 440 const Vec4 threshold (0.1f, 0.1f, 0.1f, 0.1f); 449 if (!boolAll(lessThanEqual(diff, threshold))) [all...] |
es31fTessellationGeometryInteractionTests.cpp | 608 tcu::UVec4(8, 8, 8, 255), //!< threshold [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPTransactionStack.java | 1400 float threshold = ((float) (serverTransactionTable.size() - serverTransactionTableLowaterMark)) local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
EventHandler.cpp | 3150 int threshold = GeneralDragHysteresis; local [all...] |
/external/guava/guava/src/com/google/common/cache/ |
LocalCache.java | 112 * its capacity threshold. 138 * of reads and delaying a lock acquisition until the threshold is crossed or a mutation occurs. 2083 int threshold; field in class:LocalCache.Segment [all...] |
/external/guava/guava/src/com/google/common/collect/ |
MapMakerInternalMap.java | 93 * its capacity threshold. 119 * of reads and delaying a lock acquisition until the threshold is crossed or a mutation occurs. 2089 int threshold; field in class:MapMakerInternalMap.Segment [all...] |
/external/chromium_org/third_party/freetype/src/truetype/ |
ttinterp.c | [all...] |
/external/freetype/src/truetype/ |
ttinterp.c | [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodeframe.c | 87 // Motion vector component magnitude threshold for defining fast motion. 418 int64_t threshold = threshold_multiplier * cpi->common.base_qindex; local 427 vt.part_variances->none.variance < threshold) { 434 vt.part_variances->vert[0].variance < threshold && 435 vt.part_variances->vert[1].variance < threshold) { 444 vt.part_variances->horz[0].variance < threshold && 445 vt.part_variances->horz[1].variance < threshold) { 533 // we get to one that's got a variance lower than our threshold, or we [all...] |
/external/deqp/modules/gles3/functional/ |
es3fDepthStencilTests.cpp | 620 tcu::RGBA threshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local 702 bool compareOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result", *m_refColorBuffer, renderedImg, threshold, [all...] |