Searched defs:apiName (Results 1 – 7 of 7) sorted by relevance
| /device/generic/vulkan-cereal/protocols/vulkan/xml/ |
| D | genRef.py | 106 def seeAlsoList(apiName, explicitRefs=None): argument 815 apiName = conventions.api_name('api') variable
|
| D | pygenerator.py | 16 def apiName(self, name): member in PyOutputGenerator
|
| /device/generic/vulkan-cereal/protocols/vulkan/ |
| D | genRef.py | 76 def seeAlsoList(apiName, explicitRefs = None): argument
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/ |
| D | VkReconstruction.cpp | 311 … const char* apiName = apiInfo ? goldfish_vk::api_opcode_to_string(apiInfo->opCode) : "unalloced"; in dump() local 323 … const char* apiName = apiInfo ? goldfish_vk::api_opcode_to_string(apiInfo->opCode) : "unalloced"; in dump() local
|
| /device/generic/vulkan-cereal/protocols/vulkan/xml/cereal/common/ |
| D | codegen.py | 798 def makeApiFunc(self, typeInfo, apiName): argument 819 def makeDecl(self, typeInfo, apiName): argument 823 def makeDefinition(self, typeInfo, apiName, isStatic=False): argument
|
| D | vulkantypes.py | 29 def isCreateApi(self, apiName): argument 32 def isDestroyApi(self, apiName): argument
|
| /device/generic/vulkan-cereal/protocols/vulkan/xml/cereal/ |
| D | dispatch.py | 325 def emit_check_impl(cgen, dispatchVar, feature, featureToCheck, apiName): argument
|