Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Dnative_buffer_utils.cpp50 bool CreateVkImage(RsVulkanContext& vkContext, VkImage* image, in CreateVkImage() function
208 …if (!CreateVkImage(vkContext, &image, nbFormatProps, {width, height, 1}, usageFlags, isProtected))… in MakeFromNativeWindowBuffer()
310 …if (!CreateVkImage(vkContext, &image, nbFormatProps, {width, height, 1}, usageFlags, isProtected))… in MakeBackendTextureFromNativeBuffer()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_image_vk.h62 void CreateVkImage();
H A Dgpu_image_vk.cpp205 CreateVkImage(); in GpuImageVk()
283 void GpuImageVk::CreateVkImage() in CreateVkImage() function in GpuImageVk
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Dnative_buffer_utils_test.cpp108 CreateVkImage(vkContext, &image, nbFormatProps, imageSize);