Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dtypes.hpp39 UnsignedShort = 0x1403, enumerator
H A Dattribute.hpp24 template <> struct DataTypeOf<uint16_t> : std::integral_constant<DataType, DataType::UnsignedShort>…
H A Dcontext.cpp21 static_assert(underlying_type(DataType::UnsignedShort) == GL_UNSIGNED_SHORT, "OpenGL type mismatch"…