Searched refs:unitStr (Results 1 – 2 of 2) sorted by relevance
71 std::ostream& operator<< (std::ostream& str, const TextureUnitStr& unitStr) in operator <<() argument73 int unitNdx = unitStr.texUnit - GL_TEXTURE0; in operator <<()77 return str << tcu::toHex(unitStr.texUnit); in operator <<()
73 std::ostream& operator<< (std::ostream& str, const TextureUnitStr& unitStr);