Home
last modified time | relevance | path

Searched refs:OP_vkDestroyFramebuffer (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py308 def OP_vkDestroyFramebuffer(printer, indent: int): function
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.h715 #define OP_vkDestroyFramebuffer 20081 macro
Dgoldfish_vk_marshaling.cpp21068 case OP_vkDestroyFramebuffer: { in api_opcode_to_string()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.h731 #define OP_vkDestroyFramebuffer 20081 macro
Dgoldfish_vk_marshaling_guest.cpp16270 case OP_vkDestroyFramebuffer: { in api_opcode_to_string()
DVkEncoder.cpp10194 uint32_t opcode_vkDestroyFramebuffer = OP_vkDestroyFramebuffer; in vkDestroyFramebuffer()
/hardware/google/gfxstream/host/vulkan/
DVkDecoder.cpp5715 case OP_vkDestroyFramebuffer: { in decode()