Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java270 …private static final String KEY_SAMPLER_YCBCR_CONVERSION_FEATURES = "samplerYcbcrConversionFeature… field in VulkanDeviceInfo
750 …bject samplerYcbcrConversionFeatures = device.getJSONObject(KEY_SAMPLER_YCBCR_CONVERSION_FEATURES); in emitDevices()
751 store.startGroup(convertName(KEY_SAMPLER_YCBCR_CONVERSION_FEATURES)); in emitDevices()
1158 case KEY_SAMPLER_YCBCR_CONVERSION_FEATURES: return "sampler_ycbcr_conversion_features"; in convertName()