Searched refs:CORE_MATERIAL_TEXCOORD_INFO_SHEEN_BIT (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/ |
H A D | 3d_dm_inplace_sampling_common.h | 178 …GetFinalSamplingUV(uvInput, CORE_MATERIAL_TEXCOORD_INFO_SHEEN_BIT, CORE_MATERIAL_PACK_TEX_SHEEN_UV… in GetSheenSample() 184 … uvInput, CORE_MATERIAL_TEXCOORD_INFO_SHEEN_BIT, CORE_MATERIAL_PACK_TEX_SHEEN_UV_IDX, instanceIdx); in GetSheenSample() 192 …GetFinalSamplingUV(uvInput, CORE_MATERIAL_TEXCOORD_INFO_SHEEN_BIT, CORE_MATERIAL_PACK_TEX_SHEEN_UV… in GetSheenRoughnessSample() 198 … uvInput, CORE_MATERIAL_TEXCOORD_INFO_SHEEN_BIT, CORE_MATERIAL_PACK_TEX_SHEEN_UV_IDX, instanceIdx); in GetSheenRoughnessSample()
|
H A D | 3d_dm_structures_common.h | 55 #define CORE_MATERIAL_TEXCOORD_INFO_SHEEN_BIT (1 << 8) macro
|