Home
last modified time | relevance | path

Searched refs:MBGL_DEFINE_ATTRIBUTE (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 Dattributes.hpp23 MBGL_DEFINE_ATTRIBUTE(int16_t, 2, a_pos);
24 MBGL_DEFINE_ATTRIBUTE(int16_t, 2, a_extrude);
25 MBGL_DEFINE_ATTRIBUTE(int16_t, 4, a_pos_offset);
26 MBGL_DEFINE_ATTRIBUTE(int16_t, 4, a_pos_normal);
27 MBGL_DEFINE_ATTRIBUTE(float, 3, a_projected_pos);
28 MBGL_DEFINE_ATTRIBUTE(int16_t, 2, a_label_pos);
29 MBGL_DEFINE_ATTRIBUTE(int16_t, 2, a_anchor_pos);
30 MBGL_DEFINE_ATTRIBUTE(uint16_t, 2, a_texture_pos);
31 MBGL_DEFINE_ATTRIBUTE(int16_t, 4, a_normal_ed);
32 MBGL_DEFINE_ATTRIBUTE(uint8_t, 1, a_fade_opacity);
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dattribute.hpp99 #define MBGL_DEFINE_ATTRIBUTE(type_, n_, name_) \ macro