Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Drender_util.cpp91 return camera.name.empty() ? string(to_hex(camera.id)) : string(camera.name); in GetCameraName()
96 return scene.name.empty() ? string(to_hex(scene.id)) : string(scene.name); in GetSceneName()
248 desc.renderNodeGraphName = renderScene.name + to_hex(renderCamera.id); in GetRenderNodeGraphDesc()
274 desc.renderNodeGraphName = renderScene.name + to_hex(renderCamera.id); in GetRenderNodeGraphDescs()
291 desc.renderNodeGraphName = renderScene.name + to_hex(renderCamera.id); in GetRenderNodeGraphDescs()
315 ppDesc.renderNodeGraphName = renderScene.name + to_hex(mvCameraRef.id); in GetRenderNodeGraphDescs()
342 const auto sceneIdStr = to_hex(renderScene.id); in GetRenderNodeGraphDesc()
366 const auto sceneIdStr = to_hex(renderScene.id); in GetRenderNodeGraphDesc()
H A Dscene_util.cpp334 DefaultMaterialCameraConstants::CAMERA_COLOR_PREFIX_NAME + to_hex(nodeEntity.id), in CreateReflectionPlaneObjectFromEntity()
341 …DefaultMaterialCameraConstants::CAMERA_DEPTH_PREFIX_NAME + to_hex(nodeEntity.id), Format::BASE_FOR… in CreateReflectionPlaneObjectFromEntity()
/ohos5.0/base/security/asset/services/core_service/src/operations/
H A Dcommon.rs156 fn to_hex(bytes: &Vec<u8>) -> Result<Vec<u8>> { in to_hex() function
175 Some(Value::Bytes(bytes)) => aad.extend(to_hex(bytes)?), in build_aad_v2()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dskinning_system.cpp245 auto const onceId = to_hex(row.entity.id); in UpdateSkin()
258 auto const onceId = to_hex(row.entity.id); in UpdateSkin()
H A Drender_system.cpp302 ret.append(to_hex(entity.id)); in GetPostProcessName()
329 ret.append(to_hex(entity.id)); in GetCameraName()
1890 to_hex(PREPASS_CAMERA_START_UNIQUE_ID); in ProcessCameras()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_camera_post_process_controller.cpp238 …currentScene_.cameraControllerRenderNodeName = string(scene.name) + to_hex(fetchCamId) + "CORE3D_R… in UpdateCurrentScene()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/json/
H A Djson.h1183 escaped += BASE_NS::to_hex(hi); in CORE_BEGIN_NAMESPACE()
1192 const auto codepoint = BASE_NS::to_hex(code); in CORE_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.cpp569 to_hex(swapchainData.swapchain->GetSurfaceHandle()) + '_'; in CreateSwapchainImpl()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.cpp533 to_hex(static_cast<const Entity&>(track->target).id).data()); in UpdateTrackTargets()
H A Dentity_collection.cpp594 postFixed.append(BASE_NS::to_hex(entity.id)); in AddEntityToSubcollection()
H A Decs_animation.cpp143 to_hex(static_cast<const Entity&>(track->target).id).data()); in UpdateTrackTargets()
H A Decs_serializer.cpp984 compound.append(BASE_NS::to_hex(entity.id)); in ReadComponents()
H A Dnode_impl.cpp721 name.append(BASE_NS::to_hex(attachment.id)); in CompleteInitialization()
H A Dscene_impl.cpp1283 … uri = node->Name()->GetValue() + ":" + BASE_NS::to_hex(ecsObject->GetEntity().id); in CacheNode()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dfixed_string.h462 constexpr fixed_string<21u> to_hex(Number num)
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp471 PLUGIN_LOG_ONCE_E(to_hex(res.handle.id), "mip layouts missing"); in ModifyAdditionalImageState()
952 PLUGIN_LOG_ONCE_E(to_hex(handle.id), "mip layouts missing"); in BeginRenderPassUpdateImageStates()
1181 … PLUGIN_LOG_ONCE_E(to_hex(cb.resourceHandle.id), "mip layouts missing"); in HandleCustomBarriers()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp687 … CORE_LOG_D("Couldn't find common root for skinned entity %s", to_hex(skinnedEntity.id).data()); in ExportGltfSkins()