Home
last modified time | relevance | path

Searched refs:AddCompressedFormat (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.cpp968 void AddCompressedFormat(InternalFormatInfoMap *map, in AddCompressedFormat() function
1209AddCompressedFormat(&map, GL_COMPRESSED_R11_EAC, 4, 4, 1, 64, 1, false, ET… in BuildInternalFormatInfoMap()
1210AddCompressedFormat(&map, GL_COMPRESSED_SIGNED_R11_EAC, 4, 4, 1, 64, 1, false, ET… in BuildInternalFormatInfoMap()
1211AddCompressedFormat(&map, GL_COMPRESSED_RG11_EAC, 4, 4, 1, 128, 2, false, ET… in BuildInternalFormatInfoMap()
1212AddCompressedFormat(&map, GL_COMPRESSED_SIGNED_RG11_EAC, 4, 4, 1, 128, 2, false, ET… in BuildInternalFormatInfoMap()
1213AddCompressedFormat(&map, GL_COMPRESSED_RGB8_ETC2, 4, 4, 1, 64, 3, false, ET… in BuildInternalFormatInfoMap()
1214AddCompressedFormat(&map, GL_COMPRESSED_SRGB8_ETC2, 4, 4, 1, 64, 3, true, ET… in BuildInternalFormatInfoMap()
1215AddCompressedFormat(&map, GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2, 4, 4, 1, 64, 4, false, ET… in BuildInternalFormatInfoMap()
1216AddCompressedFormat(&map, GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2, 4, 4, 1, 64, 4, true, ET… in BuildInternalFormatInfoMap()
1217AddCompressedFormat(&map, GL_COMPRESSED_RGBA8_ETC2_EAC, 4, 4, 1, 128, 4, false, ET… in BuildInternalFormatInfoMap()
[all …]