Home
last modified time | relevance | path

Searched refs:maxAttributeLength (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.cpp26 GLint maxAttributeLength; in getActiveAttributes() local
27 MBGL_CHECK_ERROR(glGetProgramiv(id, GL_ACTIVE_ATTRIBUTE_MAX_LENGTH, &maxAttributeLength)); in getActiveAttributes()
30 attributeName.resize(maxAttributeLength); in getActiveAttributes()
37 …MBGL_CHECK_ERROR(glGetActiveAttrib(id, i, maxAttributeLength, &actualLength, &size, &type, &attrib… in getActiveAttributes()