Home
last modified time | relevance | path

Searched refs:primitives (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/update/packaging_tools/
H A Dbuild_pkcs7.py28 from cryptography.hazmat.primitives import serialization
29 from cryptography.hazmat.primitives.asymmetric import padding
30 from cryptography.hazmat.primitives import hashes
H A Dbuild_module_package.py45 from cryptography.hazmat.primitives import serialization
46 from cryptography.hazmat.primitives.asymmetric import padding
47 from cryptography.hazmat.primitives import hashes
H A Dcreate_update_package.py28 from cryptography.hazmat.primitives import serialization
29 from cryptography.hazmat.primitives import hashes
31 from cryptography.hazmat.primitives.asymmetric import padding
H A Dutils.py28 from cryptography.hazmat.primitives import hashes
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_loader.cpp1557 primitives.push_back(move(meshPrimitive)); in PrimitiveAttributes()
1562 …shExtras(LoadResult& loadResult, const json::value& jsonData, array_view<MeshPrimitive> primitives) in PrimitiveAttributes() argument
1566 [&primitives, &index](LoadResult& loadResult, const json::value& targetName) -> bool { in PrimitiveAttributes()
1573 for (auto& primitive : primitives) { in PrimitiveAttributes()
1594 vector<MeshPrimitive> primitives; in PrimitiveAttributes() local
1598 return ParsePrimitive(loadResult, primitives, item); in PrimitiveAttributes()
1617 for (size_t i = 1; i < primitives.size(); i++) { in PrimitiveAttributes()
1618 if (primitives[i].targets.size() != primitives[0].targets.size()) { in PrimitiveAttributes()
1625 …const auto parseExtras = [&primitives](LoadResult& loadResult, const json::value& extras) -> bool { in PrimitiveAttributes()
1626 return MeshExtras(loadResult, extras, primitives); in PrimitiveAttributes()
[all …]
H A Dgltf2_importer.cpp783 …es(GatherMeshDataResult& result, uint32_t flags, array_view<const GLTF2::MeshPrimitive> primitives) in ProcessPrimitives() argument
786 …for (size_t primitiveIndex = 0, count = primitives.size(); primitiveIndex < count; ++primitiveInde… in ProcessPrimitives()
787 const auto& primitive = primitives[primitiveIndex]; in ProcessPrimitives()
875 result.meshBuilder->Initialize(vertexInputDeclaration, mesh.primitives.size()); in GatherMeshData()
878 for (const auto& primitive : mesh.primitives) { in GatherMeshData()
887 ProcessPrimitives(result, flags, mesh.primitives); in GatherMeshData()
2064 if (!node->mesh->primitives.empty()) { in CreateMorphComponents()
2071 const size_t weightCount = node->mesh->primitives[0].targets.size(); in CreateMorphComponents()
2074 for (const auto& primitive : node->mesh->primitives) { in CreateMorphComponents()
2083 … std::transform(node->mesh->primitives[0].targets.begin(), node->mesh->primitives[0].targets.end(), in CreateMorphComponents()
H A Dgltf2_data_structures.h629 BASE_NS::vector<MeshPrimitive> primitives; in CORE3D_BEGIN_NAMESPACE() member
H A Dgltf2_exporter.cpp938 auto const& originalPrimitives = originalGltf->meshes[meshIndex]->primitives; in ExportGltfMeshes()
940 std::back_inserter(exportMesh->primitives), in ExportGltfMeshes()
1853 for (auto const& primitive : mesh->primitives) { in ExportMeshes()
/ohos5.0/commonlibrary/rust/ylong_runtime/
H A DREADME.md4 …nalities such as spawning async tasks, async io, async synchronization primitives, parallel calcul…
30 - `Sync`: Asynchronous synchronization primitives, which can be used in an asynchronous context, in…
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-boot-init-sysparam.md255 Operation primitives for system parameters
257 ![System parameter operation primitives](figure/system-parameter-operation-primitives.png)
259 Description of operation primitives
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dsync-task-development.md4 Synchronous tasks are executed in order among multiple threads. Synchronization primitives, such as…
/ohos5.0/docs/en/application-dev/napi/
H A Duse-jsvm-about-primitive.md11 - Conversion between JS and C/C primitives: You can use JSVM-API to convert JS values to C/C++ data…
29 …use-jsvm-process.md). The following demonstrates only the C++ and ArkTS code related to primitives.
H A Duse-napi-about-primitive.md11 - Conversion between ArkTS and C/C primitives: You can use Node-API to convert ArkTS values to C/C+…
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-system-parameter-sys.md3 …he service status and change the service behavior. The basic operation primitives are get and set.…
H A Djs-apis-system-parameterEnhance-sys.md3 …he service status and change the service behavior. The basic operation primitives are get and set.…
/ohos5.0/docs/en/application-dev/IDL/
H A Didl-guidelines.md4 …L) is a tool for defining such interfaces. IDL decomposes objects into primitives that can be unde…
/ohos5.0/docs/en/application-dev/quick-start/
H A Dtypescript-to-arkts-migration-guide.md1480 // Important corner case for casting primitives to the boxed counterparts: