Home
last modified time | relevance | path

Searched refs:reduce1 (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
DPathOpsCubicLineIntersectionTest.cpp32 SkReduceOrder reduce1; in testFail() local
34 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in testFail()
130 SkReduceOrder reduce1; in testOne() local
132 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in testOne()
DPathOpsCubicQuadIntersectionTest.cpp60 SkReduceOrder reduce1; in cubicQuadIntersection() local
62 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in cubicQuadIntersection()
DPathOpsCubicConicIntersectionTest.cpp36 SkReduceOrder reduce1; in cubicConicIntersection() local
38 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in cubicConicIntersection()
DPathOpsQuadIntersectionTest.cpp21 SkReduceOrder reduce1, reduce2; in standardTestCases() local
22 int order1 = reduce1.reduce(quad1); in standardTestCases()
DPathOpsCubicIntersectionTest.cpp24 SkReduceOrder reduce1, reduce2; in standardTestCases() local
25 int order1 = reduce1.reduce(cubic1, SkReduceOrder::kNo_Quadratics); in standardTestCases()
/external/opencv3/modules/video/src/opencl/
Dpyrlk.cl98 inline void reduce1(float val1, volatile __local float* smem1, int tid)
193 inline void reduce1(float val1, __local volatile float* smem1, int tid)
553 reduce1(D, smem1, tid);