Home
last modified time | relevance | path

Searched defs:sourceHandle (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dpackage_file.cpp445 ifstream sourceHandle(sourceFile, ios::in | ios::binary); in GetPackageVersion() local
530 ifstream sourceHandle(sourceFile, ios::in | ios::binary); in UnpackFile() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.cpp1384const RenderHandle sourceHandle, const RenderHandle destinationHandle, const BufferCopy& bufferCop… in CopyBufferToBuffer()
1407const RenderHandle sourceHandle, const RenderHandle destinationHandle, const BufferImageCopy& buff… in CopyBufferToImage()
1431const RenderHandle sourceHandle, const RenderHandle destinationHandle, const BufferImageCopy& buff… in CopyImageToBuffer()
1455const RenderHandle sourceHandle, const RenderHandle destinationHandle, const ImageCopy& imageCopy) in CopyImageToImage()
1477 void RenderCommandList::BlitImage(const RenderHandle sourceHandle, const RenderHandle destinationHa… in BlitImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp1266 if (auto sourceHandle = rhComponentManager_->GetRenderHandleReference(source)) { in SetRenderHandle() local