Searched refs:TexWrap (Results 1 – 3 of 3) sorted by relevance
105 TexWrap GetWrapModeS() const in GetWrapModeS()107 return TexWrap(m_Bits.wrapS); in GetWrapModeS()116 TexWrap GetWrapModeT() const in GetWrapModeT()118 return TexWrap(m_Bits.wrapT); in GetWrapModeT()128 void SetWrapMode(TexWrap wrapS, TexWrap wrapT) in SetWrapMode()
409 TexWrap GetWarpModeS() const in GetWarpModeS()411 return TexWrap(internal::GetBits(wrapSflt, 0, 2)); in GetWarpModeS()420 TexWrap GetWarpModeT() const in GetWarpModeT()422 return TexWrap(internal::GetBits(wrapTflt, 0, 2)); in GetWarpModeT()
438 enum TexWrap enum