Searched refs:maxAttributeLength (Results 1 – 1 of 1) sorted by relevance
26 GLint maxAttributeLength; in getActiveAttributes() local27 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()