Searched refs:mBestDevice (Results 1 – 1 of 1) sorted by relevance
255 private JSONObject mBestDevice = null; field in VulkanFeaturesTest292 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 …]