Home
last modified time | relevance | path

Searched refs:unitStr (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/opengl/
DgluStrUtil.cpp71 std::ostream& operator<< (std::ostream& str, const TextureUnitStr& unitStr) in operator <<() argument
73 int unitNdx = unitStr.texUnit - GL_TEXTURE0; in operator <<()
77 return str << tcu::toHex(unitStr.texUnit); in operator <<()
DgluStrUtil.hpp73 std::ostream& operator<< (std::ostream& str, const TextureUnitStr& unitStr);