Home
last modified time | relevance | path

Searched refs:attributeCount (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.cpp23 GLint attributeCount; in getActiveAttributes() local
24 MBGL_CHECK_ERROR(glGetProgramiv(id, GL_ACTIVE_ATTRIBUTES, &attributeCount)); in getActiveAttributes()
36 for (int32_t i = 0; i < attributeCount; i++) { in getActiveAttributes()