/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_material_objects.cpp | 121 gpuResourceMgr.UnmapBuffer(ubos_.mesh.GetHandle()); in UpdateMeshBuffer() 151 gpuResourceMgr.UnmapBuffer(ubos_.submeshSkin.GetHandle()); in UpdateSkinBuffer() 190 gpuResourceMgr.UnmapBuffer(ubos_.mat.GetHandle()); in UpdateMaterialBuffers() 191 gpuResourceMgr.UnmapBuffer(ubos_.matTransform.GetHandle()); in UpdateMaterialBuffers() 192 gpuResourceMgr.UnmapBuffer(ubos_.userMat.GetHandle()); in UpdateMaterialBuffers()
|
H A D | render_node_default_lights.cpp | 153 gpuResourceMgr.UnmapBuffer(lightBufferHandle_.GetHandle()); in ExecuteFrame()
|
H A D | render_node_default_camera_controller.cpp | 893 gpuResourceMgr.UnmapBuffer(uboHandles_.generalData.GetHandle()); in UpdateGeneralUniformBuffer() 906 gpuResourceMgr.UnmapBuffer(uboHandles_.postProcess.GetHandle()); in UpdatePostProcessUniformBuffer() 968 gpuResourceMgr.UnmapBuffer(uboHandles_.environment.GetHandle()); in UpdateEnvironmentUniformBuffer() 994 gpuResourceMgr.UnmapBuffer(uboHandles_.fog.GetHandle()); in UpdateFogUniformBuffer() 1054 gpuResourceMgr.UnmapBuffer(uboHandles_.light.GetHandle()); in UpdateLightBuffer()
|
H A D | render_node_default_cameras.cpp | 205 gpuResMgr.UnmapBuffer(resHandle_.GetHandle()); in ExecuteFrame()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/ |
H A D | buffer_allocator_utils.cpp | 86 RetCode BufferAllocatorUtils::UnmapBuffer(std::shared_ptr<IBuffer>& buffer) in UnmapBuffer() function in OHOS::Camera::BufferAllocatorUtils 90 return allocator->UnmapBuffer(buffer); in UnmapBuffer()
|
H A D | buffer_allocator.cpp | 39 RetCode BufferAllocator::UnmapBuffer(std::shared_ptr<IBuffer>&) in UnmapBuffer() function in OHOS::Camera::BufferAllocator
|
H A D | buffer_pool.cpp | 124 RetCode ret = bufferAllocator_->UnmapBuffer(it); in DestroyBuffer() 139 RetCode ret = bufferAllocator_->UnmapBuffer(it); in DestroyBuffer()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_staging.cpp | 71 gpuResourceMgr.UnmapBuffer(ref.dstHandle.GetHandle()); in CopyHostDirectlyToBuffer() 96 gpuResourceMgr.UnmapBuffer(ref.dstHandle.GetHandle()); in CopyHostDirectlyToBuffer()
|
H A D | render_node_bloom.cpp | 160 gpuResourceMgr.UnmapBuffer(postProcessUbo_.GetHandle()); in UpdatePostProcessData()
|
H A D | render_node_default_acceleration_structure_staging.cpp | 151 gpuResourceMgr.UnmapBuffer(dstHandle); in ExecuteFrameProcessInstanceData()
|
/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/client/ |
H A D | mapper_adapter.h | 33 int32_t UnmapBuffer(const BufferHandle& handle) const;
|
H A D | mapper_adapter.cpp | 53 int32_t MapperAdapter::UnmapBuffer(const BufferHandle& handle) const in UnmapBuffer() function in OHOS::HDI::Display::V1_0::MapperAdapter
|
H A D | display_gralloc_client.cpp | 107 auto ret = mapperAdapter_->UnmapBuffer(handle); in Unmap()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/ |
H A D | buffer_allocator.h | 36 RetCode UnmapBuffer(std::shared_ptr<IBuffer>&) override;
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/include/ |
H A D | ibuffer_allocator.h | 45 virtual RetCode UnmapBuffer(std::shared_ptr<IBuffer>&) = 0;
|
H A D | buffer_allocator_utils.h | 43 static RetCode UnmapBuffer(std::shared_ptr<IBuffer>& buffer);
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/heap_buffer_allocator/ |
H A D | heap_buffer_allocator.h | 37 RetCode UnmapBuffer(std::shared_ptr<IBuffer>&) override;
|
H A D | heap_buffer_allocator.cpp | 79 RetCode HeapBufferAllocator::UnmapBuffer(std::shared_ptr<IBuffer>&) in UnmapBuffer() function in OHOS::Camera::HeapBufferAllocator
|
/ohos5.0/foundation/graphic/surface_lite/frameworks/ |
H A D | buffer_manager.h | 86 void UnmapBuffer(SurfaceBufferImpl& buffer) const;
|
H A D | buffer_client_producer.cpp | 112 manager->UnmapBuffer(*buffer); in FlushBuffer() 138 manager->UnmapBuffer(*buffer); in Cancel()
|
H A D | buffer_manager.cpp | 251 void BufferManager::UnmapBuffer(SurfaceBufferImpl& buffer) const in UnmapBuffer() function in OHOS::BufferManager
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/gralloc_buffer_allocator/ |
H A D | gralloc_buffer_allocator.h | 37 RetCode UnmapBuffer(std::shared_ptr<IBuffer>& buffer) override;
|
H A D | gralloc_buffer_allocator.cpp | 134 RetCode GrallocBufferAllocator::UnmapBuffer(std::shared_ptr<IBuffer>& buffer) in UnmapBuffer() function in OHOS::Camera::GrallocBufferAllocator
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
H A D | intf_gpu_resource_manager.h | 295 virtual void UnmapBuffer(const RenderHandleReference& handle) const = 0; 541 virtual void UnmapBuffer(const RenderHandle& handle) const = 0;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_resource_manager.h | 307 void UnmapBuffer(const RenderHandleReference& handle) const override; 311 void UnmapBuffer(const RenderHandle& handle) const; 615 void UnmapBuffer(const RenderHandle& handle) const override;
|