Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp292 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetDeviceProcAddr(VkDevice device, const char* funcName);
1857 return reinterpret_cast<PFN_vkVoidFunction>(GetDeviceProcAddr); in LayerInterceptDeviceProc()
1951 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetDeviceProcAddr(VkDevice device, const char* funcName) in GetDeviceProcAddr() function
1972 if (pTable->GetDeviceProcAddr == nullptr) { in GetDeviceProcAddr()
1975 return pTable->GetDeviceProcAddr(device, funcName); in GetDeviceProcAddr()
2070 return SWAPCHAIN::GetDeviceProcAddr(dev, funcName); in vkGetDeviceProcAddr()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_vulkan_context.h148 DEFINE_FUNC(GetDeviceProcAddr);