Searched refs:extentionAstcSupportInternalFormats (Results 1 – 1 of 1) sorted by relevance
61 static std::vector<GLenum> extentionAstcSupportInternalFormats {}; in GetExtentionAstcTexImageInternal() local64 AddSupportElement(extentionAstcSupportInternalFormats, GL_COMPRESSED_RGBA_ASTC_4x4_KHR); in GetExtentionAstcTexImageInternal()65 AddSupportElement(extentionAstcSupportInternalFormats, GL_COMPRESSED_RGBA_ASTC_5x4_KHR); in GetExtentionAstcTexImageInternal()66 AddSupportElement(extentionAstcSupportInternalFormats, GL_COMPRESSED_RGBA_ASTC_5x5_KHR); in GetExtentionAstcTexImageInternal()67 AddSupportElement(extentionAstcSupportInternalFormats, GL_COMPRESSED_RGBA_ASTC_6x5_KHR); in GetExtentionAstcTexImageInternal()68 AddSupportElement(extentionAstcSupportInternalFormats, GL_COMPRESSED_RGBA_ASTC_6x6_KHR); in GetExtentionAstcTexImageInternal()69 AddSupportElement(extentionAstcSupportInternalFormats, GL_COMPRESSED_RGBA_ASTC_8x5_KHR); in GetExtentionAstcTexImageInternal()70 AddSupportElement(extentionAstcSupportInternalFormats, GL_COMPRESSED_RGBA_ASTC_8x6_KHR); in GetExtentionAstcTexImageInternal()71 AddSupportElement(extentionAstcSupportInternalFormats, GL_COMPRESSED_RGBA_ASTC_8x8_KHR); in GetExtentionAstcTexImageInternal()72 AddSupportElement(extentionAstcSupportInternalFormats, GL_COMPRESSED_RGBA_ASTC_10x5_KHR); in GetExtentionAstcTexImageInternal()[all …]