Home
last modified time | relevance | path

Searched refs:computeAllAttributeBindings (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_tile.cpp90 const auto allAttributeBindings = program.computeAllAttributeBindings( in finishRender()
157 program.computeAllAttributeBindings( in finishRender()
H A Drenderer_impl.cpp513 program.computeAllAttributeBindings( in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_heatmap_layer.cpp112 const auto allAttributeBindings = programInstance.computeAllAttributeBindings( in render()
159 const auto allAttributeBindings = programInstance.computeAllAttributeBindings( in render()
H A Drender_fill_extrusion_layer.cpp80 const auto allAttributeBindings = programInstance.computeAllAttributeBindings( in render()
179 const auto allAttributeBindings = programInstance.computeAllAttributeBindings( in render()
H A Drender_hillshade_layer.cpp90 const auto allAttributeBindings = programInstance.computeAllAttributeBindings( in render()
150 const auto allAttributeBindings = programInstance.computeAllAttributeBindings( in render()
H A Drender_fill_layer.cpp92 const auto allAttributeBindings = programInstance.computeAllAttributeBindings( in render()
184 const auto allAttributeBindings = programInstance.computeAllAttributeBindings( in render()
H A Drender_background_layer.cpp60 const auto allAttributeBindings = program.computeAllAttributeBindings( in render()
H A Drender_raster_layer.cpp104 const auto allAttributeBindings = programInstance.computeAllAttributeBindings( in render()
H A Drender_circle_layer.cpp89 const auto allAttributeBindings = programInstance.computeAllAttributeBindings( in render()
H A Drender_line_layer.cpp78 const auto allAttributeBindings = programInstance.computeAllAttributeBindings( in render()
H A Drender_symbol_layer.cpp103 const auto allAttributeBindings = programInstance.computeAllAttributeBindings( in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dprogram.hpp58 static typename Attributes::Bindings computeAllAttributeBindings( in computeAllAttributeBindings() function in mbgl::Program
H A Dsymbol_program.hpp290 static typename Attributes::Bindings computeAllAttributeBindings( in computeAllAttributeBindings() function in mbgl::SymbolProgram
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_image_source.cpp81 programInstance.computeAllAttributeBindings( in finishRender()