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