Lines Matching defs:order
129 ChannelOrder order;
133 : order (order_)
139 : order (CHANNELORDER_LAST)
149 return (order != other.order || type != other.type);
155 int getNumUsedChannels (TextureFormat::ChannelOrder order);
180 //! get the swizzle used to expand texture data with a given channel order to RGBA form
181 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order);
183 //! get the swizzle used to narrow RGBA form data to native texture data with a given channel order
184 const TextureSwizzle& getChannelWriteSwizzle (TextureFormat::ChannelOrder order);
1288 std::ostream& operator<< (std::ostream& str, TextureFormat::ChannelOrder order);