Searched refs:TexWrap (Results 1 – 3 of 3) sorted by relevance
107 TexWrap GetWrapModeS() const in GetWrapModeS()109 return TexWrap(m_Bits.wrapS); in GetWrapModeS()118 TexWrap GetWrapModeT() const in GetWrapModeT()120 return TexWrap(m_Bits.wrapT); in GetWrapModeT()130 void SetWrapMode(TexWrap wrapS, TexWrap wrapT) in SetWrapMode()
411 TexWrap GetWarpModeS() const in GetWarpModeS()413 return TexWrap(internal::GetBits(wrapSflt, 0, 2)); in GetWarpModeS()422 TexWrap GetWarpModeT() const in GetWarpModeT()424 return TexWrap(internal::GetBits(wrapTflt, 0, 2)); in GetWarpModeT()
440 enum TexWrap enum