Home
last modified time | relevance | path

Searched refs:colorRampTexture (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_heatmap_layer.cpp79 if (!colorRampTexture) { in render()
80colorRampTexture = parameters.context.createTexture(colorRamp, 1, gl::TextureType::UnsignedByte); in render()
136 parameters.context.bindTexture(*colorRampTexture, 1, gl::TextureFilter::Linear); in render()
198 if (colorRampTexture) { in updateColorRamp()
199 colorRampTexture = nullopt; in updateColorRamp()
H A Drender_heatmap_layer.hpp41 optional<gl::Texture> colorRampTexture; member in mbgl::RenderHeatmapLayer