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