Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/
H A 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::TextureUnitStr(unit); } in getTextureUnitStr()
H A DgluStrUtil.cpp71 std::ostream& operator<< (std::ostream& str, const TextureUnitStr& unitStr) in operator <<()

Completed in 1 milliseconds