/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/ |
H A D | mesh.h | 156 if (auto mesh = META_API_CACHED_INTERFACE(Mesh)) { in GetMaterial() local 168 if (auto mesh = META_API_CACHED_INTERFACE(Mesh)) { in SetMaterial() local 180 if (auto mesh = META_API_CACHED_INTERFACE(Mesh)) { in SetMaterial() local 197 if (auto mesh = META_API_CACHED_INTERFACE(Mesh)) { in SetRenderSortLayerOrder() local 208 if (auto mesh = META_API_CACHED_INTERFACE(Mesh)) { in GetRenderSortLayerOrder() local 220 if (auto mesh = META_API_CACHED_INTERFACE(Mesh)) { in UpdateMeshFromArraysI16() local 231 if (auto mesh = META_API_CACHED_INTERFACE(Mesh)) { in UpdateMeshFromArraysI32() local 242 if (auto mesh = META_API_CACHED_INTERFACE(Mesh)) { in AddSubmeshesFromArrayI16() local 253 if (auto mesh = META_API_CACHED_INTERFACE(Mesh)) { in AddSubmeshesFromArraysI32() local 263 if (auto mesh = META_API_CACHED_INTERFACE(Mesh)) { in CloneSubmesh() local [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/ |
H A D | mesh_unittest.cpp | 37 auto mesh = std::make_shared<Mesh>(); variable 60 auto mesh = std::make_shared<Mesh>(); variable
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/core/ |
H A D | render_opengl_renderer.cpp | 28 void RenderOpenglRenderer::Draw(GLuint texId, RenderMesh *mesh, RenderGeneralProgram *shader, in Draw() 47 void RenderOpenglRenderer::Draw(GLuint texId, GLuint fbo, RenderMesh *mesh, RenderGeneralProgram *s… in Draw() 116 void RenderOpenglRenderer::DrawOnScreenWithTransform(GLuint texId, RenderMesh *mesh, RenderGeneralP… in DrawOnScreenWithTransform() 130 void RenderOpenglRenderer::DrawOnScreen(GLuint texId, RenderMesh *mesh, RenderGeneralProgram *shade… in DrawOnScreen()
|
H A D | render_resource_cache.h | 80 void AddMesh(std::string name, RenderMesh *mesh) in AddMesh()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/ |
H A D | image_mesh.h | 26 …ImageMesh(std::vector<double>& mesh, int32_t column, int32_t row) : mesh_(mesh), column_(column), … in ImageMesh()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | scene_util.h | 59 CORE_NS::Entity mesh; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_material_objects.h | 61 RENDER_NS::RenderHandleReference mesh; member
|
H A D | render_node_default_depth_render_slot.h | 54 RENDER_NS::RenderHandle mesh; member
|
H A D | render_node_default_shadow_render_slot.h | 98 RENDER_NS::RenderHandle mesh; member
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | GeometryJS.cpp | 94 META_NS::IObject::Ptr mesh; in GetMesh() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | morphing_system.cpp | 206 bool MorphingSystem::Morph(const MeshComponent& mesh, const MorphComponent& mc, bool dirty) in Morph() 286 const auto& mesh = *meshData; in Update() local
|
H A D | render_preprocessor_system.h | 94 CORE_NS::Entity mesh; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | shape_model_ng.cpp | 38 void ShapeModelNG::SetBitmapMesh(std::vector<double>& mesh, int32_t column, int32_t row) in SetBitmapMesh() 178 void ShapeModelNG::SetBitmapMesh(FrameNode* frameNode, std::vector<double>& mesh, int32_t column, i… in SetBitmapMesh()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | node_impl.cpp | 544 auto mesh = GetMesh(); in ShouldExport() local 666 auto mesh = META_NS::GetValue(Mesh()); in CompleteInitialization() local 1154 if (auto mesh = META_NS::GetValue(Mesh())) { in SetMeshToEngine() local 1172 void NodeImpl::SetMesh(SCENE_NS::IMesh::Ptr mesh) in SetMesh() 1181 SCENE_NS::IMultiMeshProxy::Ptr NodeImpl::CreateMeshProxy(size_t count, SCENE_NS::IMesh::Ptr mesh) in CreateMeshProxy() 1374 …const SCENE_NS::IMesh::Ptr& mesh, const BASE_NS::shared_ptr<NodeImpl>& node, const BASE_NS::string… in InitializeMesh() 1384 void NodeImpl::InitializeMesh(const SCENE_NS::IMesh::Ptr& mesh, const BASE_NS::shared_ptr<SCENE_NS:… in InitializeMesh()
|
H A D | multimesh_impl.cpp | 104 … auto mesh = interface_pointer_cast<INodeEcsInterfacePrivate>(self->Mesh()->GetValue()); in Build() local
|
H A D | scene_holder.cpp | 945 for (auto& mesh : meshes) { in RemoveUriComponentsFromMeshes() local 1714 void SceneHolder::SetMesh(CORE_NS::Entity targetEntity, CORE_NS::Entity mesh) in SetMesh() 2680 void SceneHolder::SetMeshMultimeshArray(CORE_NS::Entity target, CORE_NS::Entity mesh) in SetMeshMultimeshArray() 2700 auto mesh = data->mesh; in SetMeshMultimeshArray() local 2750 auto mesh = data->mesh; in SetOverrideMaterialMultimeshArray() local 2760 auto mesh = data->mesh; in SetOverrideMaterialMultimeshArray() local 2778 auto mesh = data->mesh; in ResetOverrideMaterialMultimeshArray() local 2788 auto mesh = data->mesh; in ResetOverrideMaterialMultimeshArray() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | shape_modifier.cpp | 46 void SetShapeMesh(ArkUINodeHandle node, const ArkUI_Float32* mesh, ArkUI_Uint32 arrayItemCount, in SetShapeMesh()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_shape_bridge.cpp | 76 std::vector<ArkUI_Float32> mesh; in SetMesh() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/ |
H A D | intf_render_node_scene_util.h | 56 RENDER_NS::RenderHandle mesh; member
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/ |
H A D | render_environment.cpp | 83 RenderMesh *mesh = new RenderMesh(meshData); in CreateMeshMT() local 244 RenderMesh *mesh; in DrawImageToFBO() local 426 auto mesh = std::make_shared<RenderMesh>(DEFAULT_FLIP_VERTEX_DATA); in DrawFrame() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | canvas_renderer_type.h | 64 std::vector<double> mesh; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_container_component.h | 147 void SetBitmapMesh(const std::vector<double>& mesh, int32_t column, int32_t row) in SetBitmapMesh()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | shape_model_impl.cpp | 34 void ShapeModelImpl::SetBitmapMesh(std::vector<double>& mesh, int32_t column, int32_t row) in SetBitmapMesh()
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
H A D | lume_common.cpp | 1194 auto mesh = rmm.Get(entity); in CreateGeometry() local 1220 auto mesh = meshUtil.GenerateCubeMesh(*ecs, entity->GetName().c_str(), materialEntity, in CreateNode() local 1228 auto mesh = meshUtil.GenerateSphereMesh(*ecs, entity->GetName().c_str(), in CreateNode() local 1236 auto mesh = meshUtil.GenerateConeMesh(*ecs, entity->GetName().c_str(), in CreateNode() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_shape.cpp | 306 std::vector<double> mesh; in SetBitmapMesh() local
|