Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp293 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetInstanceProcAddr(VkInstance instance,
1960 SWLOGE("libvulkan_swapchain GetInstanceProcAddr layerData is null"); in GetDeviceProcAddr()
1976 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetInstanceProcAddr(VkInstance instance, const char* funcName) in GetInstanceProcAddr() function
1983 return reinterpret_cast<PFN_vkVoidFunction>(GetInstanceProcAddr); in GetInstanceProcAddr()
2005 SWLOGE("SwapchainLayer GetInstanceProcAddr(func name %{public}s) instance is null", funcName); in GetInstanceProcAddr()
2011 SWLOGE("SwapchainLayer GetInstanceProcAddr layerData is null"); in GetInstanceProcAddr()
2022 SWLOGE("SwapchainLayer GetInstanceProcAddr pTable = null"); in GetInstanceProcAddr()
2025 if (pTable->GetInstanceProcAddr == nullptr) { in GetInstanceProcAddr()
2026 SWLOGE("SwapchainLayer GetInstanceProcAddr pTable->GetInstanceProcAddr in GetInstanceProcAddr()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_vulkan_context.h151 DEFINE_FUNC(GetInstanceProcAddr);

Completed in 5 milliseconds