Home
last modified time | relevance | path

Searched refs:TextureMax (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 Dobject.cpp27 if (context->pooledTextures.size() >= TextureMax) { in operator ()()
H A Dcontext.hpp30 constexpr size_t TextureMax = 64; variable
H A Dcontext.cpp279 pooledTextures.resize(TextureMax); in createTexture()
280 MBGL_CHECK_ERROR(glGenTextures(TextureMax, pooledTextures.data())); in createTexture()