Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp667 SWLOGD("GetSwapchainGrallocUsageOHOS Get grallocUsage %{public}" PRIu64"", grallocUsage); in SetWindowBufferUsage()
671 SWLOGD("User %{public}d Set VkTransform, preTransform is %{public}d", in SetWindowBufferUsage()
692SWLOGD("[%{public}d] Set Rotated Flag in Usage: %{public}" PRIu64"", needSetFlgForDSS, grallocUsag… in SetWindowBufferUsage()
710 SWLOGD("NativeWindow Set OHScalingMode is [%{public}d]", static_cast<int>(scalingMode)); in SetWindowScalingMode()
745 SWLOGD("Swapchain translate VkColorSpaceKHR:%{public}d to OHColorSpace:%{public}d", in SetWindowInfo()
748 SWLOGD("Swapchain translate VkFormat:%{public}d to GraphicPixelFormat:%{public}d", in SetWindowInfo()
829 SWLOGD("Swapchain Recreate ,clean buffer queue"); in CreateImages()
853 SWLOGD("vkCreateImage failed error: %{public}u", result); in CreateImages()
859 SWLOGD("swapchain init shared %{public}d", swapchain->shared); in CreateImages()
1022 SWLOGD("NativeWindow RequestBuffer returned unrecognized buffer"); in AcquireNextImageKHR()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/include/
H A Dswapchain_layer_log.h27 #define SWLOGD(fmt, ...) HILOG_DEBUG(LOG_CORE, "<%{public}d>%{public}s: " fmt, __LINE__, __func__, … macro