Home
last modified time | relevance | path

Searched refs:CORE_BLEND_FACTOR_ONE_MINUS_DST_ALPHA (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dshader_state_loader_util.cpp102 { CORE_BLEND_FACTOR_ONE_MINUS_DST_ALPHA, "one_minus_dst_alpha" },
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h548 CORE_BLEND_FACTOR_ONE_MINUS_DST_ALPHA = 9, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp236 case CORE_BLEND_FACTOR_ONE_MINUS_DST_ALPHA: in GetBlendFactor()