Lines Matching refs:InsertFormatMapping
133 static inline void InsertFormatMapping(InternalFormatInfoMap *map, in InsertFormatMapping() function
189 …InsertFormatMapping(&map, GL_R8, VersionOrExts(3, 0, "GL_ARB_texture_rg"), … in BuildInternalFormatInfoMap()
190 …InsertFormatMapping(&map, GL_R8_SNORM, VersionOnly(3, 1), … in BuildInternalFormatInfoMap()
191 …InsertFormatMapping(&map, GL_RG8, VersionOrExts(3, 0, "GL_ARB_texture_rg"), … in BuildInternalFormatInfoMap()
192 …InsertFormatMapping(&map, GL_RG8_SNORM, VersionOnly(3, 1), … in BuildInternalFormatInfoMap()
193 …InsertFormatMapping(&map, GL_RGB8, AlwaysSupported(), … in BuildInternalFormatInfoMap()
194 …InsertFormatMapping(&map, GL_RGB8_SNORM, VersionOnly(3, 1), … in BuildInternalFormatInfoMap()
195 …InsertFormatMapping(&map, GL_RGB565, AlwaysSupported(), … in BuildInternalFormatInfoMap()
196 …InsertFormatMapping(&map, GL_RGBA4, AlwaysSupported(), … in BuildInternalFormatInfoMap()
197 …InsertFormatMapping(&map, GL_RGB5_A1, AlwaysSupported(), … in BuildInternalFormatInfoMap()
198 …InsertFormatMapping(&map, GL_RGBA8, AlwaysSupported(), … in BuildInternalFormatInfoMap()
199 …InsertFormatMapping(&map, GL_RGBA8_SNORM, VersionOnly(3, 1), … in BuildInternalFormatInfoMap()
200 …InsertFormatMapping(&map, GL_RGB10_A2, AlwaysSupported(), … in BuildInternalFormatInfoMap()
201 …InsertFormatMapping(&map, GL_RGB10_A2UI, VersionOrExts(3, 3, "GL_ARB_texture_rgb10_a2ui"), … in BuildInternalFormatInfoMap()
202 …InsertFormatMapping(&map, GL_SRGB8, VersionOrExts(2, 1, "GL_EXT_texture_sRGB"), … in BuildInternalFormatInfoMap()
203 …InsertFormatMapping(&map, GL_SRGB8_ALPHA8, VersionOrExts(2, 1, "GL_EXT_texture_sRGB"), … in BuildInternalFormatInfoMap()
204 …InsertFormatMapping(&map, GL_R8I, VersionOrExts(3, 0, "GL_ARB_texture_rg"), … in BuildInternalFormatInfoMap()
205 …InsertFormatMapping(&map, GL_R8UI, VersionOrExts(3, 0, "GL_ARB_texture_rg"), … in BuildInternalFormatInfoMap()
206 …InsertFormatMapping(&map, GL_R16I, VersionOrExts(3, 0, "GL_ARB_texture_rg"), … in BuildInternalFormatInfoMap()
207 …InsertFormatMapping(&map, GL_R16UI, VersionOrExts(3, 0, "GL_ARB_texture_rg"), … in BuildInternalFormatInfoMap()
208 …InsertFormatMapping(&map, GL_R32I, VersionOrExts(3, 0, "GL_ARB_texture_rg"), … in BuildInternalFormatInfoMap()
209 …InsertFormatMapping(&map, GL_R32UI, VersionOrExts(3, 0, "GL_ARB_texture_rg"), … in BuildInternalFormatInfoMap()
210 …InsertFormatMapping(&map, GL_RG8I, VersionOrExts(3, 0, "GL_ARB_texture_rg"), … in BuildInternalFormatInfoMap()
211 …InsertFormatMapping(&map, GL_RG8UI, VersionOrExts(3, 0, "GL_ARB_texture_rg"), … in BuildInternalFormatInfoMap()
212 …InsertFormatMapping(&map, GL_RG16I, VersionOrExts(3, 0, "GL_ARB_texture_rg"), … in BuildInternalFormatInfoMap()
213 …InsertFormatMapping(&map, GL_RG16UI, VersionOrExts(3, 0, "GL_ARB_texture_rg"), … in BuildInternalFormatInfoMap()
214 …InsertFormatMapping(&map, GL_RG32I, VersionOrExts(3, 0, "GL_ARB_texture_rg"), … in BuildInternalFormatInfoMap()
215 …InsertFormatMapping(&map, GL_RG32UI, VersionOrExts(3, 0, "GL_ARB_texture_rg"), … in BuildInternalFormatInfoMap()
216 …InsertFormatMapping(&map, GL_RGB8I, VersionOrExts(3, 0, "GL_EXT_texture_integer"), … in BuildInternalFormatInfoMap()
217 …InsertFormatMapping(&map, GL_RGB8UI, VersionOrExts(3, 0, "GL_EXT_texture_integer"), … in BuildInternalFormatInfoMap()
218 …InsertFormatMapping(&map, GL_RGB16I, VersionOrExts(3, 0, "GL_EXT_texture_integer"), … in BuildInternalFormatInfoMap()
219 …InsertFormatMapping(&map, GL_RGB16UI, VersionOrExts(3, 0, "GL_EXT_texture_integer"), … in BuildInternalFormatInfoMap()
220 …InsertFormatMapping(&map, GL_RGB32I, VersionOrExts(3, 0, "GL_EXT_texture_integer"), … in BuildInternalFormatInfoMap()
221 …InsertFormatMapping(&map, GL_RGB32UI, VersionOrExts(3, 0, "GL_EXT_texture_integer"), … in BuildInternalFormatInfoMap()
222 …InsertFormatMapping(&map, GL_RGBA8I, VersionOrExts(3, 0, "GL_EXT_texture_integer"), … in BuildInternalFormatInfoMap()
223 …InsertFormatMapping(&map, GL_RGBA8UI, VersionOrExts(3, 0, "GL_EXT_texture_integer"), … in BuildInternalFormatInfoMap()
224 …InsertFormatMapping(&map, GL_RGBA16I, VersionOrExts(3, 0, "GL_EXT_texture_integer"), … in BuildInternalFormatInfoMap()
225 …InsertFormatMapping(&map, GL_RGBA16UI, VersionOrExts(3, 0, "GL_EXT_texture_integer"), … in BuildInternalFormatInfoMap()
226 …InsertFormatMapping(&map, GL_RGBA32I, VersionOrExts(3, 0, "GL_EXT_texture_integer"), … in BuildInternalFormatInfoMap()
227 …InsertFormatMapping(&map, GL_RGBA32UI, VersionOrExts(3, 0, "GL_EXT_texture_integer"), … in BuildInternalFormatInfoMap()
229 …InsertFormatMapping(&map, GL_R16, VersionOrExts(3, 0, "GL_ARB_texture_rg"), … in BuildInternalFormatInfoMap()
230 …InsertFormatMapping(&map, GL_RG16, VersionOrExts(3, 0, "GL_ARB_texture_rg"), … in BuildInternalFormatInfoMap()
231 …InsertFormatMapping(&map, GL_RGB16, AlwaysSupported(), … in BuildInternalFormatInfoMap()
232 …InsertFormatMapping(&map, GL_RGBA16, AlwaysSupported(), … in BuildInternalFormatInfoMap()
234 …InsertFormatMapping(&map, GL_R16_SNORM, VersionOnly(3, 1), … in BuildInternalFormatInfoMap()
235 …InsertFormatMapping(&map, GL_RG16_SNORM, VersionOnly(3, 1), … in BuildInternalFormatInfoMap()
236 …InsertFormatMapping(&map, GL_RGB16_SNORM, VersionOnly(3, 1), … in BuildInternalFormatInfoMap()
237 …InsertFormatMapping(&map, GL_RGBA16_SNORM, VersionOnly(3, 1), … in BuildInternalFormatInfoMap()
240 …InsertFormatMapping(&map, GL_ALPHA, NeverSupported(), … in BuildInternalFormatInfoMap()
241 …InsertFormatMapping(&map, GL_LUMINANCE, NeverSupported(), … in BuildInternalFormatInfoMap()
242 …InsertFormatMapping(&map, GL_LUMINANCE_ALPHA, NeverSupported(), … in BuildInternalFormatInfoMap()
243 …InsertFormatMapping(&map, GL_RED, VersionOrExts(3, 0, "GL_ARB_texture_rg"), … in BuildInternalFormatInfoMap()
244 …InsertFormatMapping(&map, GL_RG, VersionOrExts(3, 0, "GL_ARB_texture_rg"), … in BuildInternalFormatInfoMap()
245 …InsertFormatMapping(&map, GL_RGB, AlwaysSupported(), … in BuildInternalFormatInfoMap()
246 …InsertFormatMapping(&map, GL_RGBA, AlwaysSupported(), … in BuildInternalFormatInfoMap()
247 …InsertFormatMapping(&map, GL_RED_INTEGER, VersionOrExts(3, 0, "GL_ARB_texture_rg"), … in BuildInternalFormatInfoMap()
248 …InsertFormatMapping(&map, GL_RG_INTEGER, VersionOrExts(3, 0, "GL_ARB_texture_rg"), … in BuildInternalFormatInfoMap()
249 …InsertFormatMapping(&map, GL_RGB_INTEGER, VersionOrExts(3, 0, "GL_EXT_texture_integer"), … in BuildInternalFormatInfoMap()
250 …InsertFormatMapping(&map, GL_RGBA_INTEGER, VersionOrExts(3, 0, "GL_EXT_texture_integer"), … in BuildInternalFormatInfoMap()
251 …InsertFormatMapping(&map, GL_SRGB, VersionOrExts(2, 1, "GL_EXT_texture_sRGB"), … in BuildInternalFormatInfoMap()
252 …InsertFormatMapping(&map, GL_SRGB_ALPHA, VersionOrExts(2, 1, "GL_EXT_texture_sRGB"), … in BuildInternalFormatInfoMap()
255 …InsertFormatMapping(&map, GL_BGRA8_EXT, VersionOrExts(1, 2, "GL_EXT_bgra"), … in BuildInternalFormatInfoMap()
256 …InsertFormatMapping(&map, GL_BGRA_EXT, VersionOrExts(1, 2, "GL_EXT_bgra"), … in BuildInternalFormatInfoMap()
271 …InsertFormatMapping(&map, GL_R11F_G11F_B10F, VersionOrExts(3, 0, "GL_EXT_packed_float"), … in BuildInternalFormatInfoMap()
272 …InsertFormatMapping(&map, GL_RGB9_E5, VersionOrExts(3, 0, "GL_EXT_texture_shared_exponen… in BuildInternalFormatInfoMap()
273 …InsertFormatMapping(&map, GL_R16F, VersionOrExts(3, 0, "GL_ARB_texture_rg ARB_texture… in BuildInternalFormatInfoMap()
274 …InsertFormatMapping(&map, GL_RG16F, VersionOrExts(3, 0, "GL_ARB_texture_rg ARB_texture… in BuildInternalFormatInfoMap()
275 …InsertFormatMapping(&map, GL_RGB16F, VersionOrExts(3, 0, "GL_ARB_texture_float"), … in BuildInternalFormatInfoMap()
276 …InsertFormatMapping(&map, GL_RGBA16F, VersionOrExts(3, 0, "GL_ARB_texture_float"), … in BuildInternalFormatInfoMap()
277 …InsertFormatMapping(&map, GL_R32F, VersionOrExts(3, 0, "GL_ARB_texture_rg GL_ARB_text… in BuildInternalFormatInfoMap()
278 …InsertFormatMapping(&map, GL_RG32F, VersionOrExts(3, 0, "GL_ARB_texture_rg GL_ARB_text… in BuildInternalFormatInfoMap()
279 …InsertFormatMapping(&map, GL_RGB32F, VersionOrExts(3, 0, "GL_ARB_texture_float"), … in BuildInternalFormatInfoMap()
280 …InsertFormatMapping(&map, GL_RGBA32F, VersionOrExts(3, 0, "GL_ARB_texture_float"), … in BuildInternalFormatInfoMap()
284 …InsertFormatMapping(&map, GL_DEPTH_COMPONENT16, VersionOnly(1, 5), … in BuildInternalFormatInfoMap()
285 …InsertFormatMapping(&map, GL_DEPTH_COMPONENT24, VersionOnly(1, 5), … in BuildInternalFormatInfoMap()
286 …InsertFormatMapping(&map, GL_DEPTH_COMPONENT32_OES, VersionOnly(1, 5), … in BuildInternalFormatInfoMap()
287 …InsertFormatMapping(&map, GL_DEPTH_COMPONENT32F, VersionOrExts(3, 0, "GL_ARB_depth_buffer_float… in BuildInternalFormatInfoMap()
288 …InsertFormatMapping(&map, GL_STENCIL_INDEX8, VersionOrExts(3, 0, "GL_EXT_packed_depth_stenc… in BuildInternalFormatInfoMap()
289 …InsertFormatMapping(&map, GL_DEPTH24_STENCIL8, VersionOrExts(3, 0, "GL_ARB_framebuffer_object… in BuildInternalFormatInfoMap()
290 …InsertFormatMapping(&map, GL_DEPTH32F_STENCIL8, VersionOrExts(3, 0, "GL_ARB_depth_buffer_float… in BuildInternalFormatInfoMap()
291 …InsertFormatMapping(&map, GL_DEPTH_COMPONENT, VersionOnly(1, 5), … in BuildInternalFormatInfoMap()
292 …InsertFormatMapping(&map, GL_DEPTH_STENCIL, VersionOnly(1, 5), … in BuildInternalFormatInfoMap()
296 …InsertFormatMapping(&map, GL_ALPHA8_EXT, AlwaysSupported(), … in BuildInternalFormatInfoMap()
297 …InsertFormatMapping(&map, GL_LUMINANCE8_EXT, AlwaysSupported(), … in BuildInternalFormatInfoMap()
298 …InsertFormatMapping(&map, GL_LUMINANCE8_ALPHA8_EXT, AlwaysSupported(), … in BuildInternalFormatInfoMap()
299 …InsertFormatMapping(&map, GL_ALPHA16F_EXT, VersionOrExts(3, 0, "GL_ARB_texture_float"), … in BuildInternalFormatInfoMap()
300 …InsertFormatMapping(&map, GL_LUMINANCE16F_EXT, VersionOrExts(3, 0, "GL_ARB_texture_float"), … in BuildInternalFormatInfoMap()
301 …InsertFormatMapping(&map, GL_LUMINANCE_ALPHA16F_EXT, VersionOrExts(3, 0, "GL_ARB_texture_float"), … in BuildInternalFormatInfoMap()
302 …InsertFormatMapping(&map, GL_ALPHA32F_EXT, VersionOrExts(3, 0, "GL_ARB_texture_float"), … in BuildInternalFormatInfoMap()
303 …InsertFormatMapping(&map, GL_LUMINANCE32F_EXT, VersionOrExts(3, 0, "GL_ARB_texture_float"), … in BuildInternalFormatInfoMap()
304 …InsertFormatMapping(&map, GL_LUMINANCE_ALPHA32F_EXT, VersionOrExts(3, 0, "GL_ARB_texture_float"), … in BuildInternalFormatInfoMap()
308 …InsertFormatMapping(&map, GL_SR8_EXT, ExtsOnly("GL_EXT_texture_sRGB_R8"), AlwaysSupported(), Nev… in BuildInternalFormatInfoMap()
309 …InsertFormatMapping(&map, GL_SRG8_EXT, ExtsOnly("GL_EXT_texture_sRGB_RG8"), AlwaysSupported(), Nev… in BuildInternalFormatInfoMap()
313 …InsertFormatMapping(&map, GL_COMPRESSED_RED_RGTC1_EXT, VersionOrExts(3, 0, "GL_ARB_te… in BuildInternalFormatInfoMap()
314 …InsertFormatMapping(&map, GL_COMPRESSED_SIGNED_RED_RGTC1_EXT, VersionOrExts(3, 0, "GL_ARB_te… in BuildInternalFormatInfoMap()
315 …InsertFormatMapping(&map, GL_COMPRESSED_RED_GREEN_RGTC2_EXT, VersionOrExts(3, 0, "GL_ARB_te… in BuildInternalFormatInfoMap()
316 …InsertFormatMapping(&map, GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT, VersionOrExts(3, 0, "GL_ARB_te… in BuildInternalFormatInfoMap()
320 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, VersionOrExts(4, 2, "GL_ARB_t… in BuildInternalFormatInfoMap()
321 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT, VersionOrExts(4, 2, "GL_ARB_t… in BuildInternalFormatInfoMap()
322 …InsertFormatMapping(&map, GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_EXT, VersionOrExts(4, 2, "GL_ARB_t… in BuildInternalFormatInfoMap()
323 …InsertFormatMapping(&map, GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT, VersionOrExts(4, 2, "GL_ARB_t… in BuildInternalFormatInfoMap()
327 …InsertFormatMapping(&map, GL_COMPRESSED_R11_EAC, VersionOrExts(4, 3, "GL_AR… in BuildInternalFormatInfoMap()
328 …InsertFormatMapping(&map, GL_COMPRESSED_SIGNED_R11_EAC, VersionOrExts(4, 3, "GL_AR… in BuildInternalFormatInfoMap()
329 …InsertFormatMapping(&map, GL_COMPRESSED_RG11_EAC, VersionOrExts(4, 3, "GL_AR… in BuildInternalFormatInfoMap()
330 …InsertFormatMapping(&map, GL_COMPRESSED_SIGNED_RG11_EAC, VersionOrExts(4, 3, "GL_AR… in BuildInternalFormatInfoMap()
331 …InsertFormatMapping(&map, GL_COMPRESSED_RGB8_ETC2, VersionOrExts(4, 3, "GL_AR… in BuildInternalFormatInfoMap()
332 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ETC2, VersionOrExts(4, 3, "GL_AR… in BuildInternalFormatInfoMap()
333 …InsertFormatMapping(&map, GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2, VersionOrExts(4, 3, "GL_AR… in BuildInternalFormatInfoMap()
334 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2, VersionOrExts(4, 3, "GL_AR… in BuildInternalFormatInfoMap()
335 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA8_ETC2_EAC, VersionOrExts(4, 3, "GL_AR… in BuildInternalFormatInfoMap()
336 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC, VersionOrExts(4, 3, "GL_AR… in BuildInternalFormatInfoMap()
340 …InsertFormatMapping(&map, GL_COMPRESSED_RGB_S3TC_DXT1_EXT, ExtsOnly("GL_EXT_texture_compression… in BuildInternalFormatInfoMap()
341 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, ExtsOnly("GL_EXT_texture_compression… in BuildInternalFormatInfoMap()
344 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_S3TC_DXT3_ANGLE, ExtsOnly("GL_EXT_texture_compression… in BuildInternalFormatInfoMap()
347 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE, ExtsOnly("GL_EXT_texture_compression… in BuildInternalFormatInfoMap()
351 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB_S3TC_DXT1_EXT, ExtAndVersionOrExt("GL_EXT_textu… in BuildInternalFormatInfoMap()
352 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT, ExtAndVersionOrExt("GL_EXT_textu… in BuildInternalFormatInfoMap()
353 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT, ExtAndVersionOrExt("GL_EXT_textu… in BuildInternalFormatInfoMap()
354 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT, ExtAndVersionOrExt("GL_EXT_textu… in BuildInternalFormatInfoMap()
357 …InsertFormatMapping(&map, GL_ETC1_RGB8_OES, VersionOrExts(4, 3, "GL_ARB_ES3_comp… in BuildInternalFormatInfoMap()
361 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_4x4_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
362 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_5x4_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
363 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_5x5_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
364 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_6x5_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
365 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_6x6_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
366 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_8x5_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
367 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_8x6_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
368 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_8x8_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
369 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_10x5_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
370 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_10x6_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
371 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_10x8_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
372 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_10x10_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
373 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_12x10_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
374 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_12x12_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
375 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
376 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
377 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
378 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
379 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
380 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
381 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
382 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
383 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
384 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
385 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
386 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
387 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
388 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR, ExtsOnly("GL_KHR_texture_comp… in BuildInternalFormatInfoMap()
389 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_3x3x3_OES, NeverSupported(), NeverSuppor… in BuildInternalFormatInfoMap()
390 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_4x3x3_OES, NeverSupported(), NeverSuppor… in BuildInternalFormatInfoMap()
391 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_4x4x3_OES, NeverSupported(), NeverSuppor… in BuildInternalFormatInfoMap()
392 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_4x4x4_OES, NeverSupported(), NeverSuppor… in BuildInternalFormatInfoMap()
393 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_5x4x4_OES, NeverSupported(), NeverSuppor… in BuildInternalFormatInfoMap()
394 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_5x5x4_OES, NeverSupported(), NeverSuppor… in BuildInternalFormatInfoMap()
395 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_5x5x5_OES, NeverSupported(), NeverSuppor… in BuildInternalFormatInfoMap()
396 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_6x5x5_OES, NeverSupported(), NeverSuppor… in BuildInternalFormatInfoMap()
397 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_6x6x5_OES, NeverSupported(), NeverSuppor… in BuildInternalFormatInfoMap()
398 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_ASTC_6x6x6_OES, NeverSupported(), NeverSuppor… in BuildInternalFormatInfoMap()
399 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_3x3x3_OES, NeverSupported(), NeverSuppor… in BuildInternalFormatInfoMap()
400 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x3x3_OES, NeverSupported(), NeverSuppor… in BuildInternalFormatInfoMap()
401 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x3_OES, NeverSupported(), NeverSuppor… in BuildInternalFormatInfoMap()
402 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x4_OES, NeverSupported(), NeverSuppor… in BuildInternalFormatInfoMap()
403 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4x4_OES, NeverSupported(), NeverSuppor… in BuildInternalFormatInfoMap()
404 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x4_OES, NeverSupported(), NeverSuppor… in BuildInternalFormatInfoMap()
405 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x5_OES, NeverSupported(), NeverSuppor… in BuildInternalFormatInfoMap()
406 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5x5_OES, NeverSupported(), NeverSuppor… in BuildInternalFormatInfoMap()
407 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x5_OES, NeverSupported(), NeverSuppor… in BuildInternalFormatInfoMap()
408 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x6_OES, NeverSupported(), NeverSuppor… in BuildInternalFormatInfoMap()
412 …InsertFormatMapping(&map, GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG, ExtsOnly("GL_IMG_texture_compress… in BuildInternalFormatInfoMap()
413 …InsertFormatMapping(&map, GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG, ExtsOnly("GL_IMG_texture_compress… in BuildInternalFormatInfoMap()
414 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG, ExtsOnly("GL_IMG_texture_compress… in BuildInternalFormatInfoMap()
415 …InsertFormatMapping(&map, GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG, ExtsOnly("GL_IMG_texture_compress… in BuildInternalFormatInfoMap()
419 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB_PVRTC_2BPPV1_EXT, NeverSupported(), … in BuildInternalFormatInfoMap()
420 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB_PVRTC_4BPPV1_EXT, NeverSupported(), … in BuildInternalFormatInfoMap()
421 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT, NeverSupported(), … in BuildInternalFormatInfoMap()
422 …InsertFormatMapping(&map, GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV1_EXT, NeverSupported(), … in BuildInternalFormatInfoMap()