Searched refs:AddCompressedFormat (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/libANGLE/ |
D | formatutils.cpp | 714 void AddCompressedFormat(InternalFormatInfoMap *map, in AddCompressedFormat() function 865 …AddCompressedFormat(&map, GL_COMPRESSED_R11_EAC, 4, 4, 1, 64, 1, false, Re… in BuildInternalFormatInfoMap() 866 …AddCompressedFormat(&map, GL_COMPRESSED_SIGNED_R11_EAC, 4, 4, 1, 64, 1, false, Re… in BuildInternalFormatInfoMap() 867 …AddCompressedFormat(&map, GL_COMPRESSED_RG11_EAC, 4, 4, 1, 128, 2, false, Re… in BuildInternalFormatInfoMap() 868 …AddCompressedFormat(&map, GL_COMPRESSED_SIGNED_RG11_EAC, 4, 4, 1, 128, 2, false, Re… in BuildInternalFormatInfoMap() 869 …AddCompressedFormat(&map, GL_COMPRESSED_RGB8_ETC2, 4, 4, 1, 64, 3, false, Re… in BuildInternalFormatInfoMap() 870 …AddCompressedFormat(&map, GL_COMPRESSED_SRGB8_ETC2, 4, 4, 1, 64, 3, true, Re… in BuildInternalFormatInfoMap() 871 …AddCompressedFormat(&map, GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2, 4, 4, 1, 64, 3, false, Re… in BuildInternalFormatInfoMap() 872 …AddCompressedFormat(&map, GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2, 4, 4, 1, 64, 3, true, Re… in BuildInternalFormatInfoMap() 873 …AddCompressedFormat(&map, GL_COMPRESSED_RGBA8_ETC2_EAC, 4, 4, 1, 128, 4, false, Re… in BuildInternalFormatInfoMap() [all …]
|