Searched refs:TYPE_PLATFORM (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework_sc.py | 390 TYPE_PLATFORM = 0 # Not bound to anything variable in Function 405 return Function.TYPE_PLATFORM 413 return Function.TYPE_PLATFORM 1446 Function.TYPE_PLATFORM: [Variable("const PlatformInterface&", "vk", "")], 1512 Function.TYPE_PLATFORM: "object", 1655 for line in genFuncEntryTable(Function.TYPE_PLATFORM, "s_platformFunctions"): 3046 platformFuncs = [Function.TYPE_PLATFORM]
|
H A D | gen_framework.py | 249 TYPE_PLATFORM = 0 # Not bound to anything variable in Function 258 self.functionType = Function.TYPE_PLATFORM 260 # Determine function type based on first argument but use TYPE_PLATFORM for vkGetInstanceProcAddr 1790 Function.TYPE_PLATFORM: [FunctionArgument("vk", "const ", "PlatformInterface&")], 1852 Function.TYPE_PLATFORM: "object", 2001 for line in genFuncEntryTable(Function.TYPE_PLATFORM, "s_platformFunctions"): 3781 platformFuncs = [Function.TYPE_PLATFORM]
|
H A D | ohos_gen_framework.py | 241 TYPE_PLATFORM = 0 # Not bound to anything variable in Function 250 self.functionType = Function.TYPE_PLATFORM 252 # Determine function type based on first argument but use TYPE_PLATFORM for vkGetInstanceProcAddr 1465 Function.TYPE_PLATFORM: [FunctionArgument("vk", "const ", "PlatformInterface&")], 1527 Function.TYPE_PLATFORM: "object", 1672 for line in genFuncEntryTable(Function.TYPE_PLATFORM, "s_platformFunctions"): 3138 platformFuncs = [Function.TYPE_PLATFORM]
|
Completed in 13 milliseconds