Home
last modified time | relevance | path

Searched refs:bindTexture (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_raster_layer.cpp133 parameters.context.bindTexture(*bucket.texture, 0, filter); in render()
134 parameters.context.bindTexture(*bucket.texture, 1, filter); in render()
155 parameters.context.bindTexture(*bucket.texture, 0, filter); in render()
156 parameters.context.bindTexture(*bucket.texture, 1, filter); in render()
H A Drender_heatmap_layer.cpp135 parameters.context.bindTexture(renderTexture->getTexture(), 0, gl::TextureFilter::Linear); in render()
136 parameters.context.bindTexture(*colorRampTexture, 1, gl::TextureFilter::Linear); in render()
H A Drender_hillshade_layer.cpp132 …parameters.context.bindTexture(*bucket.dem, 0, gl::TextureFilter::Nearest, gl::TextureMipMap::No, … in render()
174 …parameters.context.bindTexture(*bucket.texture, 0, gl::TextureFilter::Linear, gl::TextureMipMap::N… in render()
H A Drender_symbol_layer.cpp154 parameters.context.bindTexture(*geometryTile.iconAtlasTexture, 0, in render()
192 … parameters.context.bindTexture(*geometryTile.glyphAtlasTexture, 0, gl::TextureFilter::Linear); in render()
H A Drender_fill_extrusion_layer.cpp157 parameters.context.bindTexture(renderTexture->getTexture()); in render()
/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/geometry/
H A Dline_atlas.cpp143 context.bindTexture(*texture, unit, gl::TextureFilter::Linear, gl::TextureMipMap::No, in bind()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dimage_manager.cpp181 context.bindTexture(*atlasTexture, unit, gl::TextureFilter::Linear); in bind()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcontext.hpp155 void bindTexture(Texture&,
H A Dcontext.cpp552 void Context::bindTexture(Texture& obj, in bindTexture() function in mbgl::gl::Context
/OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/
H A D0003-Revert-Use-a-dedicated-EGLContext-for-the-decoration.patch119 cache->bindTexture(m_context->context(), decorationImage);