Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.cpp714 void AddCompressedFormat(InternalFormatInfoMap *map, in AddCompressedFormat() function
865AddCompressedFormat(&map, GL_COMPRESSED_R11_EAC, 4, 4, 1, 64, 1, false, Re… in BuildInternalFormatInfoMap()
866AddCompressedFormat(&map, GL_COMPRESSED_SIGNED_R11_EAC, 4, 4, 1, 64, 1, false, Re… in BuildInternalFormatInfoMap()
867AddCompressedFormat(&map, GL_COMPRESSED_RG11_EAC, 4, 4, 1, 128, 2, false, Re… in BuildInternalFormatInfoMap()
868AddCompressedFormat(&map, GL_COMPRESSED_SIGNED_RG11_EAC, 4, 4, 1, 128, 2, false, Re… in BuildInternalFormatInfoMap()
869AddCompressedFormat(&map, GL_COMPRESSED_RGB8_ETC2, 4, 4, 1, 64, 3, false, Re… in BuildInternalFormatInfoMap()
870AddCompressedFormat(&map, GL_COMPRESSED_SRGB8_ETC2, 4, 4, 1, 64, 3, true, Re… in BuildInternalFormatInfoMap()
871AddCompressedFormat(&map, GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2, 4, 4, 1, 64, 3, false, Re… in BuildInternalFormatInfoMap()
872AddCompressedFormat(&map, GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2, 4, 4, 1, 64, 3, true, Re… in BuildInternalFormatInfoMap()
873AddCompressedFormat(&map, GL_COMPRESSED_RGBA8_ETC2_EAC, 4, 4, 1, 128, 4, false, Re… in BuildInternalFormatInfoMap()
[all …]