Home
last modified time | relevance | path

Searched defs:attachments (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_create_functions_vk.cpp49 void CreateAttachmentDescriptions(const array_view<const RenderPassDesc::AttachmentDesc> attachment… in CreateAttachmentDescriptions()
83 void CreateAttachmentDescriptions2(const array_view<const RenderPassDesc::AttachmentDesc> attachmen… in CreateAttachmentDescriptions2()
123 … CreateAttachmentDescriptionsCompatibility(const array_view<const RenderPassDesc::AttachmentDesc> … in CreateAttachmentDescriptionsCompatibility()
149 …CreateAttachmentDescriptionsCompatibility2(const array_view<const RenderPassDesc::AttachmentDesc> … in CreateAttachmentDescriptionsCompatibility2()
249 … const auto attachments = array_view(renderPassDesc.attachments, renderPassDesc.attachmentCount); in CreateRenderPassCombined() local
430 … const auto attachments = array_view(renderPassDesc.attachments, renderPassDesc.attachmentCount); in CreateRenderPassCombined2() local
H A Dpipeline_create_functions_vk.h42 Attachment attachments[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT]; member
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_framebuffer.cpp312 …WebGLAttachmentInfo info, std::vector<WebGLAttachment*>& attachments, WebGLAttachment* attachedObj… in CheckStatus()
351 std::vector<WebGLAttachment*> attachments = {nullptr, nullptr, nullptr}; in CheckStatus() local
/ohos5.0/base/telephony/sms_mms/test/unittest/
H A Dmms_msg_test.cpp722 std::vector<MmsAttachment> attachments; in MmsSendReqDecodeTest() local
784 std::vector<MmsAttachment> attachments; in MmsRetrieveConfDecodeTest() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
H A Drender_data_structures.h210 BASE_NS::vector<RenderNodeAttachment> attachments; member
336 BASE_NS::vector<Attachment> attachments; member
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_state.cpp381 …if (const auto attachments = interface_cast<IAttachmentContainer>(attach->GetAttachmentContainer(t… in Attach() local
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp1018 std::vector<MmsAttachment> attachments = {}; variable
1044 std::vector<MmsAttachment> attachments = {}; variable
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_msg.cpp301 bool MmsMsg::GetAllAttachment(std::vector<MmsAttachment> &attachments) in GetAllAttachment()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dnode_context_pool_manager_gles.cpp587 array_view<RenderPassDesc::AttachmentDesc> attachments) in MapColorAttachments()
618 array_view<RenderPassDesc::AttachmentDesc> attachments) in MapDepthAttachments()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dimporter.cpp237 auto attachments = cont.GetAttachmentContainer(); in ImportIAttach() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h1008 AttachmentDesc attachments[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT]; member
1027 …RenderPassDesc::AttachmentDesc attachments[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUN… member
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.cpp1221 auto attachments = ecsObject_->GetAttachments(); in ReleaseEntityOwnership() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp928 auto& attachments = params.rc.renderPassDesc.attachments; in BeginRenderPassUpdateImageStates() local