Home
last modified time | relevance | path

Searched refs:CORE_MATERIAL_UNLIT_SHADOW_ALPHA (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/shaders/shader/
H A Dcore3d_dm_df.frag148 } else if (CORE_MATERIAL_TYPE == CORE_MATERIAL_UNLIT_SHADOW_ALPHA) {
H A Dcore3d_dm_fullscreen_deferred_shading.frag314 } else if (fd.materialType == CORE_MATERIAL_UNLIT_SHADOW_ALPHA) {
H A Dcore3d_dm_fw.frag350 } else if (CORE_MATERIAL_TYPE == CORE_MATERIAL_UNLIT_SHADOW_ALPHA) {
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_structures_common.h91 #define CORE_MATERIAL_UNLIT_SHADOW_ALPHA 3 macro