Home
last modified time | relevance | path

Searched defs:TexturePtr (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dtexture.hpp100 template <typename T> struct TexturePtr struct
102 typedef T value_type;
103 typedef float index_type;
105 cudaTextureObject_t texObj;
107 __device__ __forceinline__ T operator ()(float y, float x) const in operator ()()
/external/opencv3/modules/cudev/test/
Dtest_arithm_op.cu146 TYPED_TEST(UnaryMinusTest, TexturePtr) in TYPED_TEST() argument