OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HostMem
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/core/include/opencv2/core/
cuda.inl.hpp
381
//
HostMem
385
HostMem
::
HostMem
(AllocType alloc_type_)
391
HostMem
::
HostMem
(const
HostMem
& m)
399
HostMem
::
HostMem
(int rows_, int cols_, int type_, AllocType alloc_type_)
407
HostMem
::
HostMem
(Size size_, int type_, AllocType alloc_type_
[
all
...]
cuda.hpp
335
//
HostMem
353
class CV_EXPORTS
HostMem
360
explicit
HostMem
(AllocType alloc_type = PAGE_LOCKED);
362
HostMem
(const
HostMem
& m);
364
HostMem
(int rows, int cols, int type, AllocType alloc_type = PAGE_LOCKED);
365
HostMem
(Size size, int type, AllocType alloc_type = PAGE_LOCKED);
368
explicit
HostMem
(InputArray arr, AllocType alloc_type = PAGE_LOCKED);
370
~
HostMem
();
372
HostMem
& operator =(const HostMem& m)
[
all
...]
base.hpp
635
class CV_EXPORTS
HostMem
;
Completed in 52 milliseconds