Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dheatmap_texture_program.cpp5 static_assert(sizeof(HeatmapTextureLayoutVertex) == 4, "expected HeatmapTextureLayoutVertex size");
H A Dheatmap_texture_program.hpp40 using HeatmapTextureLayoutVertex = HeatmapTextureProgram::LayoutVertex; typedef