Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp58 #define GET_DEV_PROC(F) m##F = (PFN_vk##F)vkGetDeviceProcAddr(mDevice, "vk" #F) macro
320 GET_DEV_PROC(GetDeviceQueue); in setupDevice()
321 GET_DEV_PROC(DeviceWaitIdle); in setupDevice()
322 GET_DEV_PROC(DestroyDevice); in setupDevice()
323 GET_DEV_PROC(CreateCommandPool); in setupDevice()
324 GET_DEV_PROC(DestroyCommandPool); in setupDevice()
325 GET_DEV_PROC(AllocateCommandBuffers); in setupDevice()
326 GET_DEV_PROC(FreeCommandBuffers); in setupDevice()
327 GET_DEV_PROC(ResetCommandBuffer); in setupDevice()
328 GET_DEV_PROC(BeginCommandBuffer); in setupDevice()
[all …]