Home
last modified time | relevance | path

Searched refs:externalFormat (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_hardware_buffer_util.cpp53 PLUGIN_ASSERT_MSG(bufferFormatProperties.externalFormat != 0, "ohos native buffer externalFormat cannot be 0"); in QueryHwBufferFormatProperties()
59 hardwareBufferProperties.externalFormat = bufferFormatProperties.externalFormat; in QueryHwBufferFormatProperties()
83 VkExternalFormatOHOS externalFormat { in CreateHwPlatformImage()
86 hwBufferProperties.externalFormat, // externalFormat in CreateHwPlatformImage()
95 externalMemoryImageCreateInfo.pNext = &externalFormat; in CreateHwPlatformImage()
H A Dplatform_gpu_image_vk.cpp70 VkExternalFormatOHOS externalFormat { in CreatePlatformHwBuffer()
73 hwBufferProperties.externalFormat, // externalFormat in CreatePlatformHwBuffer()
75 ycbcrConversionCreateInfo.pNext = &externalFormat; in CreatePlatformHwBuffer()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Dnative_buffer_utils.cpp53 VkExternalFormatOHOS externalFormat; in CreateVkImage() local
54 externalFormat.sType = VK_STRUCTURE_TYPE_EXTERNAL_FORMAT_OHOS; in CreateVkImage()
55 externalFormat.pNext = nullptr; in CreateVkImage()
56 externalFormat.externalFormat = 0; in CreateVkImage()
59 externalFormat.externalFormat = nbFormatProps.externalFormat; in CreateVkImage()
64 &externalFormat, // pNext in CreateVkImage()
271 .fExternalFormat = nbFormatProps.externalFormat, in GetYcbcrInfo()
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dplatform_hardware_buffer_util_vk.h33 uint64_t externalFormat { 0 };
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_texture_info.cpp56 .fExternalFormat = vkInfo->ycbcrConversionInfo.externalFormat, in ConvertToGrBackendVKTexture()
102 vkInfo->ycbcrConversionInfo.externalFormat = vkImageInfo.fYcbcrConversionInfo.fExternalFormat; in ConvertToVKTexture()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dimage.h64 uint64_t externalFormat = 0; member

Completed in 3 milliseconds