HomeSort by relevance Sort by last modified time
    Searched refs:TextureUnitStr (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/opengl/
gluStrUtil.hpp 49 class TextureUnitStr
53 TextureUnitStr (deUint32 texUnit_) : texUnit(texUnit_) {}
64 std::ostream& operator<< (std::ostream& str, TextureUnitStr unitStr);
70 inline detail::TextureUnitStr getTextureUnitStr (deUint32 unit) { return detail::TextureUnitStr(unit); }
gluStrUtil.cpp 51 std::ostream& operator<< (std::ostream& str, TextureUnitStr unitStr)

Completed in 250 milliseconds