Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java469 private static final String KEY_TEXTURE_COMPRESSION_ASTC_HDR = "textureCompressionASTC_HDR"; field in VulkanDeviceInfo
956 emitBoolean(store, vulkan13Features, KEY_TEXTURE_COMPRESSION_ASTC_HDR); in emitDevices()
1738 case KEY_TEXTURE_COMPRESSION_ASTC_HDR: return "texture_compression_astc_hdr"; in convertName()