Home
last modified time | relevance | path

Searched refs:UnmapBuffer (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_material_objects.cpp121 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 Drender_node_default_lights.cpp153 gpuResourceMgr.UnmapBuffer(lightBufferHandle_.GetHandle()); in ExecuteFrame()
H A Drender_node_default_camera_controller.cpp893 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 Drender_node_default_cameras.cpp205 gpuResMgr.UnmapBuffer(resHandle_.GetHandle()); in ExecuteFrame()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H A Dbuffer_allocator_utils.cpp86 RetCode BufferAllocatorUtils::UnmapBuffer(std::shared_ptr<IBuffer>& buffer) in UnmapBuffer() function in OHOS::Camera::BufferAllocatorUtils
90 return allocator->UnmapBuffer(buffer); in UnmapBuffer()
H A Dbuffer_allocator.cpp39 RetCode BufferAllocator::UnmapBuffer(std::shared_ptr<IBuffer>&) in UnmapBuffer() function in OHOS::Camera::BufferAllocator
H A Dbuffer_pool.cpp124 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 Drender_node_staging.cpp71 gpuResourceMgr.UnmapBuffer(ref.dstHandle.GetHandle()); in CopyHostDirectlyToBuffer()
96 gpuResourceMgr.UnmapBuffer(ref.dstHandle.GetHandle()); in CopyHostDirectlyToBuffer()
H A Drender_node_bloom.cpp160 gpuResourceMgr.UnmapBuffer(postProcessUbo_.GetHandle()); in UpdatePostProcessData()
H A Drender_node_default_acceleration_structure_staging.cpp151 gpuResourceMgr.UnmapBuffer(dstHandle); in ExecuteFrameProcessInstanceData()
/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/client/
H A Dmapper_adapter.h33 int32_t UnmapBuffer(const BufferHandle& handle) const;
H A Dmapper_adapter.cpp53 int32_t MapperAdapter::UnmapBuffer(const BufferHandle& handle) const in UnmapBuffer() function in OHOS::HDI::Display::V1_0::MapperAdapter
H A Ddisplay_gralloc_client.cpp107 auto ret = mapperAdapter_->UnmapBuffer(handle); in Unmap()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/
H A Dbuffer_allocator.h36 RetCode UnmapBuffer(std::shared_ptr<IBuffer>&) override;
/ohos5.0/drivers/peripheral/camera/vdi_base/common/include/
H A Dibuffer_allocator.h45 virtual RetCode UnmapBuffer(std::shared_ptr<IBuffer>&) = 0;
H A Dbuffer_allocator_utils.h43 static RetCode UnmapBuffer(std::shared_ptr<IBuffer>& buffer);
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/heap_buffer_allocator/
H A Dheap_buffer_allocator.h37 RetCode UnmapBuffer(std::shared_ptr<IBuffer>&) override;
H A Dheap_buffer_allocator.cpp79 RetCode HeapBufferAllocator::UnmapBuffer(std::shared_ptr<IBuffer>&) in UnmapBuffer() function in OHOS::Camera::HeapBufferAllocator
/ohos5.0/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_manager.h86 void UnmapBuffer(SurfaceBufferImpl& buffer) const;
H A Dbuffer_client_producer.cpp112 manager->UnmapBuffer(*buffer); in FlushBuffer()
138 manager->UnmapBuffer(*buffer); in Cancel()
H A Dbuffer_manager.cpp251 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 Dgralloc_buffer_allocator.h37 RetCode UnmapBuffer(std::shared_ptr<IBuffer>& buffer) override;
H A Dgralloc_buffer_allocator.cpp134 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 Dintf_gpu_resource_manager.h295 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 Dgpu_resource_manager.h307 void UnmapBuffer(const RenderHandleReference& handle) const override;
311 void UnmapBuffer(const RenderHandle& handle) const;
615 void UnmapBuffer(const RenderHandle& handle) const override;

12