Home
last modified time | relevance | path

Searched refs:ClearValue (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/include/
H A Dxml_config_base.h56 ClearValue(); in Destroy()
62 void ClearValue() in ClearValue() function
172 ClearValue(); in SetValue()
179 ClearValue(); in SetValue()
186 ClearValue(); in SetValue()
193 ClearValue(); in SetValue()
200 ClearValue(); in SetValue()
207 ClearValue(); in SetValue()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h675 union ClearValue { union
676 ClearValue() = default;
677 ~ClearValue() = default;
678 constexpr explicit ClearValue(const ClearColorValue& color) : color { color } {}; in ClearValue() function
679 …constexpr explicit ClearValue(const ClearDepthStencilValue& depthStencil) : depthStencil { depthSt… in ClearValue() function
680 constexpr ClearValue(float r, float g, float b, float a) : color { r, g, b, a } {}; in ClearValue() function
681 constexpr ClearValue(int32_t r, int32_t g, int32_t b, int32_t a) : color { r, g, b, a } {}; in ClearValue() function
682 constexpr ClearValue(uint32_t r, uint32_t g, uint32_t b, uint32_t a) : color { r, g, b, a } {}; in ClearValue() function
683 constexpr ClearValue(float depth, uint32_t stencil) : depthStencil { depth, stencil } {}; in ClearValue() function
999 ClearValue clearValue {};
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
H A Drender_data_structures.h195 ClearValue clearValue;
310 ClearValue clearValue {};
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_shadow_render_slot.cpp574 ClearValue { ClearDepthStencilValue { 1.0f, 0u } }, in CreateRenderPass()
589 ClearValue { ClearColorValue { 1.0f, 1.0f, 0.0f, 0.0f } }, in CreateRenderPass()
H A Drender_node_default_shadows_blur.cpp163 … AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_DONT_CARE, ClearValue { ClearColorValue {} } }; in ProcessSingleShadow()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test3.cpp1783 mainleInt.ClearValue();
1790 mainFloat.ClearValue();
1816 subleInt.ClearValue();
1823 mainFloat.ClearValue();