Home
last modified time | relevance | path

Searched refs:HalfFloat (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.hpp70 HalfFloat = 0x8D61, enumerator
72 HalfFloat = 0x140B,
H A Dcontext.cpp67 static_assert(underlying_type(TextureType::HalfFloat) == GL_HALF_FLOAT_OES, "OpenGL type mismatch");
70 static_assert(underlying_type(TextureType::HalfFloat) == GL_HALF_FLOAT_ARB, "OpenGL type mismatch");
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_heatmap_layer.cpp59 … renderTexture = OffscreenTexture(parameters.context, size, gl::TextureType::HalfFloat); in render()