Home
last modified time | relevance | path

Searched refs:API_PREFIX_MARSHAL (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/
Dfrontend.py32 from .wrapperdefs import API_PREFIX_MARSHAL
80 codegen.funcCall(retLhs, API_PREFIX_MARSHAL + api.origName,
Dwrapperdefs.py23 API_PREFIX_MARSHAL = "marshal_" variable
Dmarshaling.py33 from .wrapperdefs import API_PREFIX_MARSHAL
644 API_PREFIX_MARSHAL,
670 VulkanAPI(API_PREFIX_MARSHAL + "extension_struct",
700 self.cgenHeader.makeFuncAlias(API_PREFIX_MARSHAL + name,
701 API_PREFIX_MARSHAL + alias))
724 VulkanAPI(API_PREFIX_MARSHAL + name,
729 VulkanAPI(API_PREFIX_MARSHAL + name,
955 cgen.funcCall(None, API_PREFIX_MARSHAL + ext.name,
Ddecodersnapshot.py7 from .wrapperdefs import API_PREFIX_MARSHAL
Ddecoder.py9 from .wrapperdefs import API_PREFIX_MARSHAL
228 API_PREFIX_MARSHAL,
Dencoder.py15 from .wrapperdefs import API_PREFIX_MARSHAL