Home
last modified time | relevance | path

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

/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);
1855 return reinterpret_cast<PFN_vkVoidFunction>(GetDeviceProcAddr); in LayerInterceptDeviceProc()
1949 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetDeviceProcAddr(VkDevice device, const char* funcName) in GetDeviceProcAddr() function
1970 if (pTable->GetDeviceProcAddr == nullptr) { in GetDeviceProcAddr()
1973 return pTable->GetDeviceProcAddr(device, funcName); in GetDeviceProcAddr()
2068 return SWAPCHAIN::GetDeviceProcAddr(dev, funcName); in vkGetDeviceProcAddr()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_vulkan_context.h148 DEFINE_FUNC(GetDeviceProcAddr);

Completed in 5 milliseconds