Home | History | Annotate | Download | only in Renderer

Lines Matching refs:BITS

132 			TextureType textureType        : BITS(TEXTURE_LAST);
133 Format textureFormat : BITS(FORMAT_LAST);
134 FilterType textureFilter : BITS(FILTER_LAST);
135 AddressingMode addressingModeU : BITS(ADDRESSING_LAST);
136 AddressingMode addressingModeV : BITS(ADDRESSING_LAST);
137 AddressingMode addressingModeW : BITS(ADDRESSING_LAST);
138 MipmapType mipmapFilter : BITS(FILTER_LAST);
140 SwizzleType swizzleR : BITS(SWIZZLE_LAST);
141 SwizzleType swizzleG : BITS(SWIZZLE_LAST);
142 SwizzleType swizzleB : BITS(SWIZZLE_LAST);
143 SwizzleType swizzleA : BITS(SWIZZLE_LAST);