Home
last modified time | relevance | path

Searched refs:api_opcode_to_string (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkReconstruction.cpp270 (unsigned long long)handle, api_opcode_to_string(opcode)); in dump()
283 apiInfo ? api_opcode_to_string(GetOpcode(*apiInfo)) : "unalloced"; in dump()
301 const char* apiName = apiInfo ? api_opcode_to_string(GetOpcode(*apiInfo)) : "unalloced"; in dump()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.h4115 const char* api_opcode_to_string(const uint32_t opcode);
Dgoldfish_vk_marshaling.cpp22106 const char* api_opcode_to_string(const uint32_t opcode) { in api_opcode_to_string() function