Home
last modified time | relevance | path

Searched defs:normal (Results 1 – 13 of 13) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
D3d_dm_target_packing_common.h30 vec2 NormalOctEncode(in vec3 normal) in NormalOctEncode()
98 vec3 GetPackNormal(in vec3 normal) in GetPackNormal()
125 vec4 GetPackVelocityAndNormal(in vec2 velocity, in vec3 normal) in GetPackVelocityAndNormal()
143 vec3 GetUnpackNormal(in vec3 normal) in GetUnpackNormal()
169 void GetUnpackVelocityAndNormal(in vec4 packed, out vec2 velocity, out vec3 normal) in GetUnpackVelocityAndNormal()
/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/continuous_task_jsunittest/
Dcontinuous_task_jsunit.test.js155 normal: basicContent3 property
219 normal: basicContent4 property
335 normal: basicContent7 property
397 normal: basicContent8 property
/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/
DShape.js92 normal = []; field in Shape
DPlaneShape.js73 this.normal = []; property
DCubeShape.js207 this.normal = []; property
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
Dserializable_test.cpp68 Normal normal; member
124 Normal normal; variable
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
Dgltf2_importer.cpp823 const GLTF2::GLTFLoadDataResult& normal, array_view<const GLTF2::GLTFLoadDataResult> texcoords, in GatherErrorStrings()
835 void ConvertAttributes(GLTF2::GLTFLoadDataResult& position, GLTF2::GLTFLoadDataResult& normal, in ConvertAttributes()
932 void GenerateMissingAttributes(GLTF2::GLTFLoadDataResult& normal, array_view<GLTF2::GLTFLoadDataRes… in GenerateMissingAttributes()
965 GLTF2::GLTFLoadDataResult position, normal, tangent, color, joint, weight; in ProcessPrimitives() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
Dconnect.rs973 let normal = AssetStatus::Normal; in ut_operation_type_serialize() localVariable
1009 let normal = AssetStatus::Normal; in ut_operation_type_deserialize() localVariable
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
Drender_system.cpp862 …const Math::Mat4X4& view, Math::Vec3 pos, Math::Vec3 normal, float sideSign, float clipPlaneOffset) in CalculateCameraSpaceClipPlane()
1579 const Math::Vec3 normal = Math::Normalize(Math::GetColumn(reflectionPlaneMatrix.matrix, 1)); in ProcessReflection() local
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
Dchip.js138 opacity: { normal: 1, hover: .95, pressed: .9, disabled: .4 }, property
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
Dmesh_util.cpp129 const Math::Vec3 normal = Math::Normalize(Math::Cross((v1 - v0), (v2 - v0))); in GenerateCubeGeometry() local
/foundation/arkui/advanced_ui_component/interface/treeview/
Dtreeview.js704 normal: { property
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
Dtreeview.js190 normal: { property