Searched refs:dstSrc (Results 1 - 2 of 2) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_staging.cpp | 489 constexpr ImageResourceBarrier dstSrc { AccessFlagBits::CORE_ACCESS_TRANSFER_WRITE_BIT, in CopyImagesToImages() 504 cmdList.CustomImageBarrier(ref.dstHandle.GetHandle(), dstSrc, dst, imageSubresourceRange); in CopyImagesToImages()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 2341 std::optional<std::string> dstSrc; in Create() local 2343 dstSrc = srcValue->ToString(); in Create() 2347 dstSrc = np < 0 ? webSrc : webSrc.erase(np, 1); in Create() 2349 if (!dstSrc) { in Create() 2466 WebModel::GetInstance()->Create(isPopup ? "" : dstSrc.value(), std::move(setIdCallback), in Create() 2507 dstSrc.value(), jsWebController->GetController(), renderMode, incognitoMode, sharedRenderProcessToken); in Create()
|
Completed in 12 milliseconds