Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DVulkanFeaturesTest.java78 private JSONObject mBestDevice = null; field in VulkanFeaturesTest
107 mBestDevice = getBestDevice(); in setup()
157 int bestDeviceLevel = determineHardwareLevel(mBestDevice); in testVulkanHardwareFeatures()
158 int bestComputeLevel = determineHardwareCompute(mBestDevice); in testVulkanHardwareFeatures()
159 int bestDeviceVersion = determineHardwareVersion(mBestDevice); in testVulkanHardwareFeatures()
192 mBestDevice.getJSONObject("samplerYcbcrConversionFeatures") in testVulkan1_1Requirements()
202 hasDeviceExtension(mBestDevice, in testVulkan1_1Requirements()
206 hasHandleType(mBestDevice.getJSONArray("externalSemaphoreProperties"), in testVulkan1_1Requirements()
210 hasHandleType(mBestDevice.getJSONArray("externalFenceProperties"), in testVulkan1_1Requirements()
384 hasDeviceExtension(mBestDevice, name, minVersion)); in assertVulkanDeviceExtension()