Home | History | Annotate | Download | only in functional

Lines Matching refs:lengths

67 	std::vector<int>			lengths;
97 if (sources.lengths.size() > 0)
98 shader.setSources((int)cStrings.size(), &cStrings[0], &sources.lengths[0]);
116 out.lengths.push_back((int)sliceSize);
127 out.lengths.push_back(lastStringLength);
669 DE_ASSERT(sources.lengths.size() > 0);
670 DE_ASSERT(sources.lengths.size() == sources.strings.size());
680 const int unpaddedLength = sources.lengths[ndx];
684 sources.lengths[ndx] = m_rnd.getInt(-10, -1);
1088 + (explicitLengths ? ", using explicitly specified string lengths" : "")