Searched refs:worst_case_cubic_log2 (Results 1 – 3 of 3) sorted by relevance
/external/skia/tests/ |
D | WangsFormulaTest.cpp | 317 REPORTER_ASSERT(r, GrWangsFormula::worst_case_cubic_log2(kPrecision, 100, 100) == in DEF_TEST() 324 REPORTER_ASSERT(r, GrWangsFormula::worst_case_cubic_log2(kPrecision, 100, 100) == in DEF_TEST() 331 int worst_log2 = GrWangsFormula::worst_case_cubic_log2(kPrecision, bbox.width(), in DEF_TEST()
|
/external/skia/src/gpu/tessellate/ |
D | GrTessellationPathRenderer.cpp | 168 int worstCaseResolveLevel = GrWangsFormula::worst_case_cubic_log2(kLinearizationPrecision, in make_op() 204 worstCaseResolveLevel = GrWangsFormula::worst_case_cubic_log2(kLinearizationPrecision, in make_op()
|
/external/skia/src/gpu/geometry/ |
D | GrWangsFormula.h | 120 SK_ALWAYS_INLINE static int worst_case_cubic_log2(float precision, float devWidth, in worst_case_cubic_log2() function
|