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.java255 private JSONObject mBestDevice = null; field in VulkanFeaturesTest
292 mBestDevice = getBestDevice(); in setup()
343 int bestDeviceLevel = determineHardwareLevel(mBestDevice); in testVulkanHardwareFeatures()
344 int bestComputeLevel = determineHardwareCompute(mBestDevice); in testVulkanHardwareFeatures()
345 int bestDeviceVersion = determineHardwareVersion(mBestDevice); in testVulkanHardwareFeatures()
400 mBestDevice.getJSONObject("samplerYcbcrConversionFeatures") in testVulkan1_1Requirements()
410 hasDeviceExtension(mBestDevice, in testVulkan1_1Requirements()
414 hasHandleType(mBestDevice.getJSONArray("externalSemaphoreProperties"), in testVulkan1_1Requirements()
418 hasHandleType(mBestDevice.getJSONArray("externalFenceProperties"), in testVulkan1_1Requirements()
488 final JSONArray deviceExtensions = mBestDevice.getJSONArray("extensions"); in testVulkanExposedDeviceExtensions()
[all …]