Home
last modified time | relevance | path

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

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