Lines Matching full:elif
70 elif "UNORM" in format_id:
72 elif "FLOAT" in format_id:
74 elif "FIXED" in format_id:
76 elif "UINT" in format_id:
78 elif "SINT" in format_id:
80 elif "USCALED" in format_id:
82 elif "SSCALED" in format_id:
84 elif format_id == "NONE":
86 elif "SRGB" in format_id:
88 elif "TYPELESS" in format_id:
90 elif format_id == "R9G9B9E5_SHAREDEXP":
173 elif internal_format == 'GL_RGB10_UNORM_ANGLEX':
176 elif 'BC1_' in format_id:
183 elif component_type == 'uint' and bits['R'] == 8:
185 elif component_type == 'unorm' and bits['R'] == 8:
187 elif component_type == 'unorm' and bits['R'] == 16:
189 elif component_type == 'int' and bits['R'] == 8:
191 elif component_type == 'snorm' and bits['R'] == 8:
193 elif component_type == 'snorm' and bits['R'] == 16:
195 elif component_type == 'float' and bits['R'] == 16:
197 elif component_type == 'uint' and bits['R'] == 16:
199 elif component_type == 'int' and bits['R'] == 16:
201 elif component_type == 'float' and bits['R'] == 32:
203 elif component_type == 'int' and bits['R'] == 32:
205 elif component_type == 'uint' and bits['R'] == 32:
227 elif redbits == 16:
229 elif redbits == 32: