Home
last modified time | relevance | path

Searched defs:VulkanAPI (Results 1 – 4 of 4) sorted by relevance

/external/angle/third_party/vulkan-deps/vulkan-headers/src/registry/
Dapiconventions.py16 VulkanAPI = os.getenv('VULKAN_API', default=defaultAPI) variable
/external/gfxstream-protocols/registry/vulkan/scripts/cereal/
Ddecoder.py224 def __init__(self, api: VulkanAPI):
267 def emit_decode_parameters(typeInfo: VulkanTypeInfo, api: VulkanAPI, cgen, globalWrapped=False):
Dsubdecode.py151 def __init__(self, api: VulkanAPI):
/external/gfxstream-protocols/registry/vulkan/scripts/cereal/common/
Dvulkantypes.py751 class VulkanAPI(object): class