/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | pipeline_create_functions_vk.cpp | 49 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 D | pipeline_create_functions_vk.h | 42 Attachment attachments[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT]; member
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_framebuffer.cpp | 312 …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 D | mms_msg_test.cpp | 722 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 D | render_data_structures.h | 210 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 D | animation_state.cpp | 381 …if (const auto attachments = interface_cast<IAttachmentContainer>(attach->GetAttachmentContainer(t… in Attach() local
|
/ohos5.0/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_mms_test.cpp | 1018 std::vector<MmsAttachment> attachments = {}; variable 1044 std::vector<MmsAttachment> attachments = {}; variable
|
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/ |
H A D | mms_msg.cpp | 301 bool MmsMsg::GetAllAttachment(std::vector<MmsAttachment> &attachments) in GetAllAttachment()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | node_context_pool_manager_gles.cpp | 587 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 D | importer.cpp | 237 auto attachments = cont.GetAttachmentContainer(); in ImportIAttach() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
H A D | pipeline_state_desc.h | 1008 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 D | node_impl.cpp | 1221 auto attachments = ecsObject_->GetAttachments(); in ReleaseEntityOwnership() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/ |
H A D | render_graph.cpp | 928 auto& attachments = params.rc.renderPassDesc.attachments; in BeginRenderPassUpdateImageStates() local
|