Searched refs:GetWrapBits (Results 1 – 1 of 1) sorted by relevance
156 int GetWrapBits(GLenum wrap) in GetWrapBits() function425 int wrapModes = GetWrapBits(wrapS) | (GetWrapBits(wrapT) << 2) | (GetWrapBits(wrapR) << 4); in updateSamplerMetadata()