Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dheatmap_texture_program.hpp16 class HeatmapTextureProgram : public Program< class
40 using HeatmapTextureLayoutVertex = HeatmapTextureProgram::LayoutVertex;
41 using HeatmapTextureAttributes = HeatmapTextureProgram::Attributes;
H A Dprograms.hpp63 HeatmapTextureProgram heatmapTexture;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_heatmap_layer.cpp144 const HeatmapTextureProgram::PaintPropertyBinders paintAttributeData{ properties, 0 }; in render()
149 HeatmapTextureProgram::UniformValues{ in render()