Searched refs:structInAPI (Results 1 – 1 of 1) sorted by relevance
2463 def structInAPI(compositeObject): function2495 …existingStructures = list(filter(structInAPI, testedStructures)) # remove features not found in AP…3214 def structInAPI(name): function3331 …apiStructs = list( filter(lambda x : structInAPI(x[0]), structList)) # remove items not defined in…3386 … if not structInAPI(v[0]): # remove items not defined in current API ( important for Vulkan SC )