Home
last modified time | relevance | path

Searched refs:reduce2 (Results 1 – 8 of 8) sorted by relevance

/external/skia/tests/
DPathOpsCubicLineIntersectionTest.cpp33 SkReduceOrder reduce2; in testFail() local
35 int order2 = reduce2.reduce(line); in testFail()
131 SkReduceOrder reduce2; in testOne() local
133 int order2 = reduce2.reduce(line); in testOne()
DPathOpsCubicQuadIntersectionTest.cpp61 SkReduceOrder reduce2; in cubicQuadIntersection() local
63 int order2 = reduce2.reduce(quad); in cubicQuadIntersection()
DPathOpsCubicConicIntersectionTest.cpp37 SkReduceOrder reduce2; in cubicConicIntersection() local
39 int order2 = reduce2.reduce(conic.fPts); in cubicConicIntersection()
DPathOpsQuadIntersectionTest.cpp21 SkReduceOrder reduce1, reduce2; in standardTestCases() local
23 int order2 = reduce2.reduce(quad2); in standardTestCases()
DPathOpsCubicIntersectionTest.cpp24 SkReduceOrder reduce1, reduce2; in standardTestCases() local
26 int order2 = reduce2.reduce(cubic2, SkReduceOrder::kNo_Quadratics); in standardTestCases()
/external/opencv3/modules/core/src/
Dopencl_kernels_core.cpp2888 const struct ProgramEntry reduce2={"reduce2", variable
3075 ProgramSource reduce2_oclsrc(reduce2.programStr);
Dopencl_kernels_core.hpp44 extern const struct ProgramEntry reduce2;
/external/opencv3/modules/video/src/opencl/
Dpyrlk.cl81 inline void reduce2(float val1, float val2, volatile __local float* smem1, volatile __local float* …
157 inline void reduce2(float val1, float val2, __local volatile float* smem1, __local volatile float* …
484 reduce2(b1, b2, smem1, smem2, tid);