Home
last modified time | relevance | path

Searched refs:UniformScalar (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Duniform.hpp66 using UniformScalar = Uniform<Tag, T>; typedef
75 struct name_ : ::mbgl::gl::UniformScalar<name_, type_> { static auto name() { return #name_; } }
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_property_binder.hpp269 struct InterpolationUniform : gl::UniformScalar<InterpolationUniform<Attr>, float> {