Home
last modified time | relevance | path

Searched refs:wrapX (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dtexture.hpp20 wrapX(wrapX_), in Texture()
27 TextureWrap wrapX; member in mbgl::gl::Texture
H A Dcontext.cpp556 TextureWrap wrapX, in bindTexture() argument
558 if (filter != obj.filter || mipmap != obj.mipmap || wrapX != obj.wrapX || wrapY != obj.wrapY) { in bindTexture()
574 if (wrapX != obj.wrapX) { in bindTexture()
578 wrapX == TextureWrap::Clamp ? GL_CLAMP_TO_EDGE : GL_REPEAT)); in bindTexture()
579 obj.wrapX = wrapX; in bindTexture()
H A Dcontext.hpp159 TextureWrap wrapX = TextureWrap::Clamp,