Home
last modified time | relevance | path

Searched defs:bindTexture (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dcommon.hpp99 … template<class T> inline void bindTexture(const textureReference* tex, const PtrStepSz<T>& img) in bindTexture() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dcommon.hpp99 … template<class T> inline void bindTexture(const textureReference* tex, const PtrStepSz<T>& img) in bindTexture() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dcommon.hpp99 … template<class T> inline void bindTexture(const textureReference* tex, const PtrStepSz<T>& img) in bindTexture() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcontext.cpp552 void Context::bindTexture(Texture& obj, in bindTexture() function in mbgl::gl::Context