Lines Matching defs:lastIndex
1084 deUint32 lastIndex = 0;
1090 lastIndex = (index > lastIndex) ? index : lastIndex;
1094 m_data.vertices = std::vector<PositionColorVertex>(lastIndex, PositionColorVertex(tcu::Vec4(0.0, 0.0, 0.0, 0.0), tcu::Vec4(0.0, 0.0, 0.0, 0.0)));
1278 deUint32 lastIndex = 0;
1284 lastIndex = (index > lastIndex) ? index : lastIndex;
1288 m_data.indexes = std::vector<deUint32>(lastIndex, 0);