Home
last modified time | relevance | path

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

/test/vts/tests/gpu_test/src/com/android/gpu/vts/
DVulkanTest.java408 private boolean hasExtension(JSONObject device, String name, int minVersion) throws Exception { in hasExtension() argument
413 && ext.getInt("specVersion") >= minVersion) in hasExtension()