Home
last modified time | relevance | path

Searched refs:GeometryType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_default_acceleration_structure_staging.cpp76 GeometryType::CORE_GEOMETRY_TYPE_TRIANGLES, in BuildAccelerationStructure()
101 GeometryType::CORE_GEOMETRY_TYPE_INSTANCES, in BuildAccelerationStructure()
126 GeometryType::CORE_GEOMETRY_TYPE_AABBS, in BuildAccelerationStructure()
H A Drender_data_store_default_acceleration_structure_staging.h37 GeometryType geometryType { CORE_GEOMETRY_TYPE_TRIANGLES };
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_default_acceleration_structure_staging.cpp81 if ((geomRef.geometryType == GeometryType::CORE_GEOMETRY_TYPE_TRIANGLES) && in ExecuteFrame()
89 } else if (geomRef.geometryType == GeometryType::CORE_GEOMETRY_TYPE_AABBS && in ExecuteFrame()
95 } else if ((geomRef.geometryType == GeometryType::CORE_GEOMETRY_TYPE_INSTANCES) && in ExecuteFrame()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/geometry/
H A Dcone.h30 return GeometryType::CONE; // Cone type id in GetType()
H A Dcube.h30 return GeometryType::CUBE; in GetType()
H A Dsphere.h30 return GeometryType::SPHARE; in GetType()
H A Dgeometry.h76 enum GeometryType { enum
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1217 case GeometryType::CUBE: in CreateNode()
1225 case GeometryType::SPHARE: in CreateNode()
1233 case GeometryType::CONE: in CreateNode()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h1491 enum GeometryType : uint32_t { enum