Searched refs:structInAPI (Results 1 – 2 of 2) sorted by relevance
1969 def structInAPI(compositeObject): function2001 …existingStructures = list(filter(structInAPI, testedStructures)) # remove features not found in A…2733 def structInAPI(name): function2827 …apiStructs = list( filter(lambda x : structInAPI(x[0]), structList)) # remove items not defined in…2881 if not structInAPI(v[0]): # remove items not defined in current API ( important for Vulkan SC )
1969 def structInAPI(name): function2095 …existingStructures = list(filter(structInAPI, testedStructures)) # remove features not found in AP…2755 def structInAPI(name): function2810 …apiStruct = list( filter(lambda x : structInAPI(x[0]), listStruct)) # remove items not defined in …2854 if not structInAPI(v[0]): # remove items not defined in current API ( important for Vulkan SC )