Home
last modified time | relevance | path

Searched defs:ClearValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h675 union ClearValue { union
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
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dxml_config_base.h62 void ClearValue() in ClearValue() function