UMatUsageFlags    410 modules/core/include/opencv2/core/mat.hpp                                void* data, size_t* step, int flags, UMatUsageFlags usageFlags) const = 0;
UMatUsageFlags    411 modules/core/include/opencv2/core/mat.hpp     virtual bool allocate(UMatData* data, int accessflags, UMatUsageFlags usageFlags) const = 0;
UMatUsageFlags    950 modules/core/include/opencv2/core/mat.hpp     UMat getUMat(int accessFlags, UMatUsageFlags usageFlags = USAGE_DEFAULT) const;
UMatUsageFlags   2123 modules/core/include/opencv2/core/mat.hpp     UMat(UMatUsageFlags usageFlags = USAGE_DEFAULT);
UMatUsageFlags   2126 modules/core/include/opencv2/core/mat.hpp     UMat(int rows, int cols, int type, UMatUsageFlags usageFlags = USAGE_DEFAULT);
UMatUsageFlags   2127 modules/core/include/opencv2/core/mat.hpp     UMat(Size size, int type, UMatUsageFlags usageFlags = USAGE_DEFAULT);
UMatUsageFlags   2129 modules/core/include/opencv2/core/mat.hpp     UMat(int rows, int cols, int type, const Scalar& s, UMatUsageFlags usageFlags = USAGE_DEFAULT);
UMatUsageFlags   2130 modules/core/include/opencv2/core/mat.hpp     UMat(Size size, int type, const Scalar& s, UMatUsageFlags usageFlags = USAGE_DEFAULT);
UMatUsageFlags   2133 modules/core/include/opencv2/core/mat.hpp     UMat(int ndims, const int* sizes, int type, UMatUsageFlags usageFlags = USAGE_DEFAULT);
UMatUsageFlags   2134 modules/core/include/opencv2/core/mat.hpp     UMat(int ndims, const int* sizes, int type, const Scalar& s, UMatUsageFlags usageFlags = USAGE_DEFAULT);
UMatUsageFlags   2224 modules/core/include/opencv2/core/mat.hpp     void create(int rows, int cols, int type, UMatUsageFlags usageFlags = USAGE_DEFAULT);
UMatUsageFlags   2225 modules/core/include/opencv2/core/mat.hpp     void create(Size size, int type, UMatUsageFlags usageFlags = USAGE_DEFAULT);
UMatUsageFlags   2226 modules/core/include/opencv2/core/mat.hpp     void create(int ndims, const int* sizes, int type, UMatUsageFlags usageFlags = USAGE_DEFAULT);
UMatUsageFlags   2298 modules/core/include/opencv2/core/mat.hpp     UMatUsageFlags usageFlags; // usage flags for allocator
UMatUsageFlags   3120 modules/core/include/opencv2/core/mat.inl.hpp UMat::UMat(UMatUsageFlags _usageFlags)
UMatUsageFlags   3125 modules/core/include/opencv2/core/mat.inl.hpp UMat::UMat(int _rows, int _cols, int _type, UMatUsageFlags _usageFlags)
UMatUsageFlags   3132 modules/core/include/opencv2/core/mat.inl.hpp UMat::UMat(int _rows, int _cols, int _type, const Scalar& _s, UMatUsageFlags _usageFlags)
UMatUsageFlags   3140 modules/core/include/opencv2/core/mat.inl.hpp UMat::UMat(Size _sz, int _type, UMatUsageFlags _usageFlags)
UMatUsageFlags   3147 modules/core/include/opencv2/core/mat.inl.hpp UMat::UMat(Size _sz, int _type, const Scalar& _s, UMatUsageFlags _usageFlags)
UMatUsageFlags   3155 modules/core/include/opencv2/core/mat.inl.hpp UMat::UMat(int _dims, const int* _sz, int _type, UMatUsageFlags _usageFlags)
UMatUsageFlags   3162 modules/core/include/opencv2/core/mat.inl.hpp UMat::UMat(int _dims, const int* _sz, int _type, const Scalar& _s, UMatUsageFlags _usageFlags)
UMatUsageFlags   3285 modules/core/include/opencv2/core/mat.inl.hpp void UMat::create(int _rows, int _cols, int _type, UMatUsageFlags _usageFlags)
UMatUsageFlags   3295 modules/core/include/opencv2/core/mat.inl.hpp void UMat::create(Size _sz, int _type, UMatUsageFlags _usageFlags)
UMatUsageFlags     75 modules/core/include/opencv2/core/opencl/opencl_svm.hpp CV_EXPORTS bool useSVM(UMatUsageFlags usageFlags);
UMatUsageFlags     63 modules/core/src/cuda_host_mem.cpp                        int /*flags*/, UMatUsageFlags /*usageFlags*/) const
UMatUsageFlags    103 modules/core/src/cuda_host_mem.cpp     bool allocate(UMatData* u, int /*accessFlags*/, UMatUsageFlags /*usageFlags*/) const
UMatUsageFlags    173 modules/core/src/matrix.cpp                        void* data0, size_t* step, int /*flags*/, UMatUsageFlags /*usageFlags*/) const
UMatUsageFlags    200 modules/core/src/matrix.cpp     bool allocate(UMatData* u, int /*accessFlags*/, UMatUsageFlags /*usageFlags*/) const
UMatUsageFlags   2913 modules/core/src/ocl.cpp CV_EXPORTS bool useSVM(UMatUsageFlags usageFlags)
UMatUsageFlags   4167 modules/core/src/ocl.cpp             int flags, UMatUsageFlags usageFlags) const
UMatUsageFlags   4173 modules/core/src/ocl.cpp     void getBestFlags(const Context& ctx, int /*flags*/, UMatUsageFlags usageFlags, int& createFlags, int& flags0) const
UMatUsageFlags   4187 modules/core/src/ocl.cpp                        void* data, size_t* step, int flags, UMatUsageFlags usageFlags) const
UMatUsageFlags   4249 modules/core/src/ocl.cpp     bool allocate(UMatData* u, int accessFlags, UMatUsageFlags usageFlags) const
UMatUsageFlags    210 modules/core/src/umatrix.cpp UMat Mat::getUMat(int accessFlags, UMatUsageFlags usageFlags) const
UMatUsageFlags    234 modules/core/src/umatrix.cpp void UMat::create(int d, const int* _sizes, int _type, UMatUsageFlags _usageFlags)
UMatUsageFlags    157 modules/python/src2/cv2.cpp     UMatData* allocate(int dims0, const int* sizes, int type, void* data, size_t* step, int flags, UMatUsageFlags usageFlags) const
UMatUsageFlags    186 modules/python/src2/cv2.cpp     bool allocate(UMatData* u, int accessFlags, UMatUsageFlags usageFlags) const