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