Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java726 JSONObject multiviewFeatures = device.getJSONObject(KEY_MULTIVIEW_FEATURES); in emitDevices() local
729 emitBoolean(store, multiviewFeatures, KEY_MULTIVIEW); in emitDevices()
730 emitBoolean(store, multiviewFeatures, KEY_MULTIVIEW_GEOMETRY_SHADER); in emitDevices()
731 emitBoolean(store, multiviewFeatures, KEY_MULTIVIEW_TESSELLATION_SHADER); in emitDevices()