Searched defs:WithOutMask (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | utility.hpp | 131 struct WithOutMask struct 133 __host__ __device__ __forceinline__ WithOutMask(){} in WithOutMask() function 134 __host__ __device__ __forceinline__ WithOutMask(const WithOutMask&){} in WithOutMask() function 136 __device__ __forceinline__ void next() const in next() 139 __device__ __forceinline__ void setMask(int) const in setMask() 143 __device__ __forceinline__ bool operator()(int, int) const in operator ()() 148 __device__ __forceinline__ bool operator()(int, int, int) const in operator ()() 153 static __device__ __forceinline__ bool check(int, int) in check() 158 static __device__ __forceinline__ bool check(int, int, int) in check()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/ |
D | mask.hpp | 57 struct WithOutMask struct 59 typedef bool value_type; 60 typedef int index_type; 62 __device__ __forceinline__ bool operator ()(int, int) const in operator ()()
|
/external/opencv3/modules/cudaarithm/test/ |
D | test_gpumat.cpp | 190 CUDA_TEST_P(GpuMat_CopyTo, WithOutMask) in CUDA_TEST_P() argument
|
D | test_element_operations.cpp | 197 CUDA_TEST_P(Add_Scalar, WithOutMask) in CUDA_TEST_P() argument 285 CUDA_TEST_P(Add_Scalar_First, WithOutMask) in CUDA_TEST_P() argument 500 CUDA_TEST_P(Subtract_Scalar, WithOutMask) in CUDA_TEST_P() argument 588 CUDA_TEST_P(Subtract_Scalar_First, WithOutMask) in CUDA_TEST_P() argument
|
D | test_reductions.cpp | 934 CUDA_TEST_P(Normalize, WithOutMask) in CUDA_TEST_P() argument
|