Home
last modified time | relevance | path

Searched refs:UnsignedByte (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Doffscreen_texture.hpp16 gl::TextureType type = gl::TextureType::UnsignedByte);
20 gl::TextureType type = gl::TextureType::UnsignedByte);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dtypes.hpp37 UnsignedByte = 0x1401, enumerator
68 UnsignedByte = 0x1401, enumerator
H A Dcontext.hpp132 TextureType type = TextureType::UnsignedByte) { in createTexture()
141 TextureType type = TextureType::UnsignedByte) { in updateTexture()
151 TextureType type = TextureType::UnsignedByte) { in createTexture()
H A Dattribute.hpp22 template <> struct DataTypeOf<uint8_t> : std::integral_constant<DataType, DataType::UnsignedByte> …
H A Dcontext.cpp19 static_assert(underlying_type(DataType::UnsignedByte) == GL_UNSIGNED_BYTE, "OpenGL type mismatch");
64 static_assert(underlying_type(TextureType::UnsignedByte) == GL_UNSIGNED_BYTE, "OpenGL type mismatch…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_heatmap_layer.cpp71 … renderTexture = OffscreenTexture(parameters.context, size, gl::TextureType::UnsignedByte); in render()
80 … colorRampTexture = parameters.context.createTexture(colorRamp, 1, gl::TextureType::UnsignedByte); in render()