Lines Matching refs:linkedAttribute
197 if(linkedAttribute[index].name == std::string(name)) in getAttributeLocation()
1231 if(!linkedAttribute[location].name.empty()) in linkAttributes()
1236 linkedAttribute[location] = *attribute; in linkAttributes()
1269 linkedAttribute[availableIndex] = *attribute; in linkAttributes()
1275 int index = vertexShader->getSemanticIndex(linkedAttribute[attributeIndex].name); in linkAttributes()
1276 int rows = std::max(VariableRowCount(linkedAttribute[attributeIndex].type), 1); in linkAttributes()
1925 linkedAttribute[index].name.clear(); in unlink()
2063 if(linkedAttribute[attribute].name.empty()) in getActiveAttribute()
2078 const char *string = linkedAttribute[attribute].name.c_str(); in getActiveAttribute()
2091 *type = linkedAttribute[attribute].type; in getActiveAttribute()
2100 if(!linkedAttribute[attributeIndex].name.empty()) in getActiveAttributeCount()
2115 if(!linkedAttribute[attributeIndex].name.empty()) in getActiveAttributeMaxLength()
2117 maxLength = std::max((int)(linkedAttribute[attributeIndex].name.length() + 1), maxLength); in getActiveAttributeMaxLength()