Home
last modified time | relevance | path

Searched refs:MapBuffer (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_material_objects.cpp108 …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 Drender_node_default_lights.cpp46 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 Drender_node_default_camera_controller.cpp888 …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 Drender_node_default_cameras.cpp149 …if (uint8_t* data = reinterpret_cast<uint8_t*>(gpuResMgr.MapBuffer(resHandle_.GetHandle())); data)… in ExecuteFrame()
H A Drender_node_morph.cpp177 …reinterpret_cast<::MorphTargetInfoStruct*>(gpuResourceMgr.MapBuffer(morphTargetBufferHandle_.GetHa… in UpdateWeightsAndTargets()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H A Dbuffer_allocator_utils.cpp79 RetCode BufferAllocatorUtils::MapBuffer(std::shared_ptr<IBuffer>& buffer) in MapBuffer() function in OHOS::Camera::BufferAllocatorUtils
83 return allocator->MapBuffer(buffer); in MapBuffer()
H A Dbuffer_allocator.cpp34 RetCode BufferAllocator::MapBuffer(std::shared_ptr<IBuffer>&) in MapBuffer() function in OHOS::Camera::BufferAllocator
H A Dbuffer_pool.cpp90 if (RC_OK != bufferAllocator_->MapBuffer(buffer)) { in PrepareBuffer()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_staging.cpp43 …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 Drender_node_bloom.cpp155 …if (auto data = reinterpret_cast<uint8_t*>(gpuResourceMgr.MapBuffer(postProcessUbo_.GetHandle()));… in UpdatePostProcessData()
H A Drender_node_default_acceleration_structure_staging.cpp123 …if (uint8_t* dstDataBegin = static_cast<uint8_t*>(gpuResourceMgr.MapBuffer(dstHandle)); dstDataBeg… in ExecuteFrameProcessInstanceData()
H A Drender_staging.cpp291 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 Dmapper_adapter.h32 int32_t MapBuffer(const BufferHandle& handle, void *&outData) const;
H A Dmapper_adapter.cpp46 int32_t MapperAdapter::MapBuffer(const BufferHandle& handle, void*& outData) const in MapBuffer() function in OHOS::HDI::Display::V1_0::MapperAdapter
H A Ddisplay_gralloc_client.cpp96 int32_t ret = mapperAdapter_->MapBuffer(handle, data); in Mmap()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/
H A Dbuffer_allocator.h35 RetCode MapBuffer(std::shared_ptr<IBuffer>&) override;
/ohos5.0/drivers/peripheral/camera/vdi_base/common/include/
H A Dibuffer_allocator.h42 virtual RetCode MapBuffer(std::shared_ptr<IBuffer>&) = 0;
H A Dbuffer_allocator_utils.h40 static RetCode MapBuffer(std::shared_ptr<IBuffer>& buffer);
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/heap_buffer_allocator/
H A Dheap_buffer_allocator.h36 RetCode MapBuffer(std::shared_ptr<IBuffer>&) override;
H A Dheap_buffer_allocator.cpp74 RetCode HeapBufferAllocator::MapBuffer(std::shared_ptr<IBuffer>&) in MapBuffer() function in OHOS::Camera::HeapBufferAllocator
/ohos5.0/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_manager.h80 bool MapBuffer(SurfaceBufferImpl& buffer) const;
H A Dbuffer_manager.cpp217 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 Dgralloc_buffer_allocator.h36 RetCode MapBuffer(std::shared_ptr<IBuffer>& buffer) override;
H A Dgralloc_buffer_allocator.cpp107 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 Dgpu_resource_manager.h305 void* MapBuffer(const RenderHandleReference& handle) const;
309 void* MapBuffer(const RenderHandle& handle) const;
613 void* MapBuffer(const RenderHandle& handle) const override;

12