Home
last modified time | relevance | path

Searched defs:layerMask (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayerinfo_test.cpp625 HdiLayerInfo::LayerMask layerMask = HdiLayerInfo::LayerMask::LAYER_MASK_NORMAL; variable
642 HdiLayerInfo::LayerMask layerMask = HdiLayerInfo::LayerMask::LAYER_MASK_HBM_SYNC; variable
H A Dhdidevice_test.cpp195 uint32_t layerMask = 0; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp564 uint64_t layerMask = LayerConstants::DEFAULT_LAYER_MASK; in GetRenderCameraFogFromComponent() local
1542 const uint64_t layerMask = !row->IsValidComponentId(RQ_L) ? LayerConstants::DEFAULT_LAYER_MASK in ProcessRenderMeshBatch() local
1565 const uint64_t layerMask = !row->IsValidComponentId(RQ_L) in ProcessRenderMeshBatch() local
1613 … const uint64_t layerMask = !row->IsValidComponentId(RQ_L) ? LayerConstants::DEFAULT_LAYER_MASK in ProcessSingleRenderMesh() local
1793 uint64_t layerMask = LayerConstants::DEFAULT_LAYER_MASK; in ProcessEnvironments() local
2168 const uint64_t layerMask = !row.IsValidComponentId(3u) ? LayerConstants::DEFAULT_LAYER_MASK in ProcessLights() local
H A Drender_preprocessor_system.cpp299 const uint64_t layerMask = !row.IsValidComponentId(LC) ? LayerConstants::DEFAULT_LAYER_MASK in GatherSortData() local
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp3050 const BASE_NS::Math::Vec3& direction, uint64_t layerMask) in RayCast()
3097 …tResult::Ptr ret, CORE_NS::Entity camera, const BASE_NS::Math::Vec2& screenPos, uint64_t layerMask) in RayCastFromCamera()
H A Dscene_impl.cpp1596 …const BASE_NS::Math::Vec3& start, const BASE_NS::Math::Vec3& direction, uint64_t layerMask) overri… in RayCast()