Home
last modified time | relevance | path

Searched defs:DataTypeOf (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dattribute.hpp21 template <> struct DataTypeOf< int8_t> : std::integral_constant<DataType, DataType::Byte> {}; struct
22 template <> struct DataTypeOf<uint8_t> : std::integral_constant<DataType, DataType::UnsignedByte> … struct
23 template <> struct DataTypeOf< int16_t> : std::integral_constant<DataType, DataType::Short> {}; struct
24 template <> struct DataTypeOf<uint16_t> : std::integral_constant<DataType, DataType::UnsignedShort>… struct
25 template <> struct DataTypeOf< int32_t> : std::integral_constant<DataType, DataType::Integer> {}; struct
26 template <> struct DataTypeOf<uint32_t> : std::integral_constant<DataType, DataType::UnsignedIntege… struct
27 template <> struct DataTypeOf<float> : std::integral_constant<DataType, DataType::Float> {}; struct