Home
last modified time | relevance | path

Searched refs:SECOND_TEXCOORD_BIT (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dmesh_component.h51 SECOND_TEXCOORD_BIT = (1 << 3), enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dmesh_component_manager.cpp45 DECL_ENUM(MeshComponent::Submesh::FlagBits, SECOND_TEXCOORD_BIT, "Second Texcoord")
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp579 if (submesh.flags & MeshComponent::Submesh::FlagBits::SECOND_TEXCOORD_BIT) { in FillSubmeshBuffers()
1166 submeshDesc.flags |= MeshComponent::Submesh::FlagBits::SECOND_TEXCOORD_BIT; in SetVertexData()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp643 if (flags & MeshComponent::Submesh::FlagBits::SECOND_TEXCOORD_BIT) { in RenderSubmeshFlagsFromMeshFlags()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp2863 if (submeshes[subMesh].flags & MeshComponent::Submesh::SECOND_TEXCOORD_BIT) { in StartPhase()