13 enum class CompressedTextureFormat {
14 DXT1 = NV097_SET_TEXTURE_FORMAT_COLOR_L_DXT1_A1R5G5B5,
15 DXT3 = NV097_SET_TEXTURE_FORMAT_COLOR_L_DXT23_A8R8G8B8,
16 DXT5 = NV097_SET_TEXTURE_FORMAT_COLOR_L_DXT45_A8R8G8B8,
24 void Test(
const char *filename, CompressedTextureFormat texture_format);
25 void TestMipmap(
const char *filename, CompressedTextureFormat texture_format);
26 static std::string MakeTestName(
const std::string &filename, CompressedTextureFormat texture_format,