Lines Matching refs:std
62 using std::vector;
63 using std::string;
64 using std::set;
70 std::copy(tcu::RandomValueIterator<deUint8>::begin(seed, numBytes), tcu::RandomValueIterator<deUint8>::end(), ptr);
209 catch (const std::exception&)
241 std::copy(bytes, bytes+numBytes, m_data.begin());
247 std::copy(bytes, bytes+numBytes, m_data.begin()+offset);
714 static void computeIndexVerifierPositions (std::vector<tcu::Vec2>& dst)
733 static void computeIndexVerifierColors (std::vector<tcu::Vec3>& dst)
742 for (std::vector<tcu::Vec3>::iterator i = dst.begin(); i != dst.end(); ++i)
765 std::vector<tcu::Vec2> positions;
766 std::vector<tcu::Vec3> colors;
768 std::vector<tcu::Vec2> fetchedPos (MAX_LINES_PER_INDEX_ARRAY_DRAW+1);
769 std::vector<tcu::Vec3> fetchedColor (MAX_LINES_PER_INDEX_ARRAY_DRAW+1);