Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dattribute.cpp29 std::string attributeName; in getActiveAttributes() local
30 attributeName.resize(maxAttributeLength); in getActiveAttributes()
37 …RROR(glGetActiveAttrib(id, i, maxAttributeLength, &actualLength, &size, &type, &attributeName[0])); in getActiveAttributes()
38 activeAttributes.emplace(std::string(attributeName, 0, actualLength)); in getActiveAttributes()