Lines Matching refs:mLinkedAttribute
173 if (mLinkedAttribute[index].name == std::string(name))
1563 if (!mLinkedAttribute[location].name.empty())
1568 mLinkedAttribute[location] = *attribute;
1603 mLinkedAttribute[availableIndex] = *attribute;
1609 int index = mVertexShader->getSemanticIndex(mLinkedAttribute[attributeIndex].name);
1610 int rows = std::max(VariableRowCount(mLinkedAttribute[attributeIndex].type), 1);
2443 mLinkedAttribute[index].name.clear();
2590 if (mLinkedAttribute[attribute].name.empty())
2605 const char *string = mLinkedAttribute[attribute].name.c_str();
2618 *type = mLinkedAttribute[attribute].type;
2627 if (!mLinkedAttribute[attributeIndex].name.empty())
2642 if (!mLinkedAttribute[attributeIndex].name.empty())
2644 maxLength = std::max((int)(mLinkedAttribute[attributeIndex].name.length() + 1), maxLength);