Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1481 QList<QString> QMapboxGL::layerIds() const in layerIds() function in QMapboxGL
1485 QList<QString> layerIds; in layerIds() local
1486 layerIds.reserve(layers.size()); in layerIds()
1489 layerIds.append(QString::fromStdString(layer->getID())); in layerIds()
1492 return layerIds; in layerIds()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/dnn/
H A Ddnn.hpp645 CV_OUT std::vector<int>& layerIds,
650 CV_OUT std::vector<int>& layerIds,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapboxgl.hpp239 QList<QString> layerIds() const;