Searched defs:TextureUnitStr (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
H A DgluStrUtil.hpp58 class TextureUnitStr class in namespace:glu::detail
62 TextureUnitStr (deUint32 texUnit_) : texUnit(texUnit_) {} function in class:glu::detail::TextureUnitStr
73 std::ostream& operator<< (std::ostream& str, const TextureUnitStr& unitStr);
90 inline detail::TextureUnitStr getTextureUnitStr (deUint32 unit) { return detail::TextureUnitStr(unit); }

Completed in 115 milliseconds