/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_material_objects.cpp | 108 …if (auto meshDataPtr = reinterpret_cast<uint8_t*>(gpuResourceMgr.MapBuffer(ubos_.mesh.GetHandle())… in UpdateMeshBuffer() 131 …if (auto skinData = reinterpret_cast<uint8_t*>(gpuResourceMgr.MapBuffer(ubos_.submeshSkin.GetHandl… in UpdateSkinBuffer() 159 … auto matFactorData = reinterpret_cast<uint8_t*>(gpuResourceMgr.MapBuffer(ubos_.mat.GetHandle())); in UpdateMaterialBuffers() 160 …auto matTransformData = reinterpret_cast<uint8_t*>(gpuResourceMgr.MapBuffer(ubos_.matTransform.Get… in UpdateMaterialBuffers() 161 …auto userMaterialData = reinterpret_cast<uint8_t*>(gpuResourceMgr.MapBuffer(ubos_.userMat.GetHandl… in UpdateMaterialBuffers()
|
H A D | render_node_default_lights.cpp | 46 DataType* MapBuffer(IRenderNodeGpuResourceManager& gpuResourceManager, const RenderHandle handle) in MapBuffer() function 48 return reinterpret_cast<DataType*>(gpuResourceManager.MapBuffer(handle)); in MapBuffer() 116 if (auto data = MapBuffer<uint8_t>(gpuResourceMgr, lightBufferHandle_.GetHandle()); data) { in ExecuteFrame()
|
H A D | render_node_default_camera_controller.cpp | 888 …if (auto data = reinterpret_cast<uint8_t*>(gpuResourceMgr.MapBuffer(uboHandles_.generalData.GetHan… in UpdateGeneralUniformBuffer() 901 …if (auto data = reinterpret_cast<uint8_t*>(gpuResourceMgr.MapBuffer(uboHandles_.postProcess.GetHan… in UpdatePostProcessUniformBuffer() 926 …if (auto data = reinterpret_cast<uint8_t*>(gpuResourceMgr.MapBuffer(uboHandles_.environment.GetHan… in UpdateEnvironmentUniformBuffer() 989 …if (auto data = reinterpret_cast<uint8_t*>(gpuResourceMgr.MapBuffer(uboHandles_.fog.GetHandle()));… in UpdateFogUniformBuffer() 1014 …if (auto data = reinterpret_cast<uint8_t*>(gpuResourceMgr.MapBuffer(uboHandles_.light.GetHandle())… in UpdateLightBuffer()
|
H A D | render_node_default_cameras.cpp | 149 …if (uint8_t* data = reinterpret_cast<uint8_t*>(gpuResMgr.MapBuffer(resHandle_.GetHandle())); data)… in ExecuteFrame()
|
H A D | render_node_morph.cpp | 177 …reinterpret_cast<::MorphTargetInfoStruct*>(gpuResourceMgr.MapBuffer(morphTargetBufferHandle_.GetHa… in UpdateWeightsAndTargets()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/ |
H A D | buffer_allocator_utils.cpp | 79 RetCode BufferAllocatorUtils::MapBuffer(std::shared_ptr<IBuffer>& buffer) in MapBuffer() function in OHOS::Camera::BufferAllocatorUtils 83 return allocator->MapBuffer(buffer); in MapBuffer()
|
H A D | buffer_allocator.cpp | 34 RetCode BufferAllocator::MapBuffer(std::shared_ptr<IBuffer>&) in MapBuffer() function in OHOS::Camera::BufferAllocator
|
H A D | buffer_pool.cpp | 90 if (RC_OK != bufferAllocator_->MapBuffer(buffer)) { in PrepareBuffer()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_staging.cpp | 43 …uint8_t* baseDstDataBegin = static_cast<uint8_t*>(gpuResourceMgr.MapBuffer(ref.dstHandle.GetHandle… in CopyHostDirectlyToBuffer() 79 uint8_t* data = static_cast<uint8_t*>(gpuResourceMgr.MapBuffer(ref.dstHandle.GetHandle())); in CopyHostDirectlyToBuffer()
|
H A D | render_node_bloom.cpp | 155 …if (auto data = reinterpret_cast<uint8_t*>(gpuResourceMgr.MapBuffer(postProcessUbo_.GetHandle()));… in UpdatePostProcessData()
|
H A D | render_node_default_acceleration_structure_staging.cpp | 123 …if (uint8_t* dstDataBegin = static_cast<uint8_t*>(gpuResourceMgr.MapBuffer(dstHandle)); dstDataBeg… in ExecuteFrameProcessInstanceData()
|
H A D | render_staging.cpp | 291 uint8_t* data = static_cast<uint8_t*>(gpuResourceMgr.MapBuffer(ref.srcHandle.GetHandle())); in CopyHostToStaging() 588 … reinterpret_cast<uint8_t*>(gpuResourceMgr.MapBuffer(additionalCopyBuffer_.handle.GetHandle())); in ClearImages()
|
/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/client/ |
H A D | mapper_adapter.h | 32 int32_t MapBuffer(const BufferHandle& handle, void *&outData) const;
|
H A D | mapper_adapter.cpp | 46 int32_t MapperAdapter::MapBuffer(const BufferHandle& handle, void*& outData) const in MapBuffer() function in OHOS::HDI::Display::V1_0::MapperAdapter
|
H A D | display_gralloc_client.cpp | 96 int32_t ret = mapperAdapter_->MapBuffer(handle, data); in Mmap()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/ |
H A D | buffer_allocator.h | 35 RetCode MapBuffer(std::shared_ptr<IBuffer>&) override;
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/include/ |
H A D | ibuffer_allocator.h | 42 virtual RetCode MapBuffer(std::shared_ptr<IBuffer>&) = 0;
|
H A D | buffer_allocator_utils.h | 40 static RetCode MapBuffer(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 | 36 RetCode MapBuffer(std::shared_ptr<IBuffer>&) override;
|
H A D | heap_buffer_allocator.cpp | 74 RetCode HeapBufferAllocator::MapBuffer(std::shared_ptr<IBuffer>&) in MapBuffer() function in OHOS::Camera::HeapBufferAllocator
|
/ohos5.0/foundation/graphic/surface_lite/frameworks/ |
H A D | buffer_manager.h | 80 bool MapBuffer(SurfaceBufferImpl& buffer) const;
|
H A D | buffer_manager.cpp | 217 bool BufferManager::MapBuffer(SurfaceBufferImpl& buffer) const in MapBuffer() 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 | 36 RetCode MapBuffer(std::shared_ptr<IBuffer>& buffer) override;
|
H A D | gralloc_buffer_allocator.cpp | 107 RetCode GrallocBufferAllocator::MapBuffer(std::shared_ptr<IBuffer>& buffer) in MapBuffer() function in OHOS::Camera::GrallocBufferAllocator
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_resource_manager.h | 305 void* MapBuffer(const RenderHandleReference& handle) const; 309 void* MapBuffer(const RenderHandle& handle) const; 613 void* MapBuffer(const RenderHandle& handle) const override;
|