Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Dnative_buffer_utils.cpp37 nbFormatProps->pNext = nullptr; in GetNativeBufferFormatProperties()
40 nbProps->pNext = nbFormatProps; in GetNativeBufferFormatProperties()
59 if (nbFormatProps.format == VK_FORMAT_UNDEFINED) { in CreateVkImage()
78 nbFormatProps.format, in CreateVkImage()
195 VkNativeBufferFormatPropertiesOHOS nbFormatProps; in MakeFromNativeWindowBuffer() local
202 if (nbFormatProps.format != VK_FORMAT_UNDEFINED) { in MakeFromNativeWindowBuffer()
229 vkTextureInfo->format = nbFormatProps.format; in MakeFromNativeWindowBuffer()
269 .fFormat = nbFormatProps.format, in GetYcbcrInfo()
298 VkNativeBufferFormatPropertiesOHOS nbFormatProps; in MakeBackendTextureFromNativeBuffer() local
305 if (nbFormatProps.format != VK_FORMAT_UNDEFINED) { in MakeBackendTextureFromNativeBuffer()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Dnative_buffer_utils_test.cpp106 VkNativeBufferFormatPropertiesOHOS nbFormatProps; variable
107 nbFormatProps.format == VK_FORMAT_UNDEFINED;
108 CreateVkImage(vkContext, &image, nbFormatProps, imageSize);
109 EXPECT_TRUE(nbFormatProps.format == VK_FORMAT_UNDEFINED);
120 VkNativeBufferFormatPropertiesOHOS nbFormatProps; variable
121 auto ret = GetYcbcrInfo(nbFormatProps);