Home | History | Annotate | Download | only in Renderer

Lines Matching full:bits

141 			TextureType textureType        : BITS(TEXTURE_LAST);
142 Format textureFormat : BITS(FORMAT_LAST);
143 FilterType textureFilter : BITS(FILTER_LAST);
144 AddressingMode addressingModeU : BITS(ADDRESSING_LAST);
145 AddressingMode addressingModeV : BITS(ADDRESSING_LAST);
146 AddressingMode addressingModeW : BITS(ADDRESSING_LAST);
147 MipmapType mipmapFilter : BITS(FILTER_LAST);
150 SwizzleType swizzleR : BITS(SWIZZLE_LAST);
151 SwizzleType swizzleG : BITS(SWIZZLE_LAST);
152 SwizzleType swizzleB : BITS(SWIZZLE_LAST);
153 SwizzleType swizzleA : BITS(SWIZZLE_LAST);