Home
last modified time | relevance | path

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

/external/gfxstream-protocols/registry/vulkan/scripts/cereal/
Dfrontend.py32 from .wrapperdefs import API_PREFIX_MARSHAL
80 codegen.funcCall(retLhs, API_PREFIX_MARSHAL + api.origName,
Dmarshaling.py33 from .wrapperdefs import API_PREFIX_MARSHAL
646 API_PREFIX_MARSHAL,
672 VulkanAPI(API_PREFIX_MARSHAL + "extension_struct",
702 self.cgenHeader.makeFuncAlias(API_PREFIX_MARSHAL + name,
703 API_PREFIX_MARSHAL + alias))
726 VulkanAPI(API_PREFIX_MARSHAL + name,
731 VulkanAPI(API_PREFIX_MARSHAL + name,
957 cgen.funcCall(None, API_PREFIX_MARSHAL + ext.name,
Dwrapperdefs.py23 API_PREFIX_MARSHAL = "marshal_" variable
Ddecodersnapshot.py7 from .wrapperdefs import API_PREFIX_MARSHAL
Ddecoder.py9 from .wrapperdefs import API_PREFIX_MARSHAL
200 API_PREFIX_MARSHAL,
Dencoder.py15 from .wrapperdefs import API_PREFIX_MARSHAL