Searched refs:TextureWrap (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | texture.hpp | 14 TextureWrap wrapX_ = TextureWrap::Clamp, in Texture() 15 TextureWrap wrapY_ = TextureWrap::Clamp) in Texture() 27 TextureWrap wrapX; 28 TextureWrap wrapY;
|
| H A D | context.hpp | 159 TextureWrap wrapX = TextureWrap::Clamp, 160 TextureWrap wrapY = TextureWrap::Clamp);
|
| H A D | types.hpp | 57 enum class TextureWrap : bool { Clamp, Repeat }; enum
|
| H A D | context.cpp | 556 TextureWrap wrapX, in bindTexture() 557 TextureWrap wrapY) { in bindTexture() 578 wrapX == TextureWrap::Clamp ? GL_CLAMP_TO_EDGE : GL_REPEAT)); in bindTexture() 584 wrapY == TextureWrap::Clamp ? GL_CLAMP_TO_EDGE : GL_REPEAT)); in bindTexture()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_hillshade_layer.cpp | 132 … 0, gl::TextureFilter::Nearest, gl::TextureMipMap::No, gl::TextureWrap::Clamp, gl::TextureWrap::Cl… in render() 174 …, 0, gl::TextureFilter::Linear, gl::TextureMipMap::No, gl::TextureWrap::Clamp, gl::TextureWrap::Cl… in render()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/ |
| H A D | line_atlas.cpp | 144 gl::TextureWrap::Repeat, gl::TextureWrap::Clamp); in bind()
|