Home | History | Annotate | Download | only in libGLESv2

Lines Matching full:arrayindex

1677             for (unsigned int arrayIndex = 0; arrayIndex < constantDescription.Elements; arrayIndex++)
1688 std::string structIndex = (constantDescription.Elements > 1) ? ("[" + str(arrayIndex) + "]") : "";