Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DVulkanFeaturesTest.java440 JSONObject typeInfo = typeRecord.getJSONObject(1); in hasHandleType() local
441 if ((typeInfo.getInt(featuresName) & requiredFeatures) == requiredFeatures) in hasHandleType()