Home
last modified time | relevance | path

Searched refs:GetSharedMemoryPropertyFlags (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.h189 MemoryPropertyFlags GetSharedMemoryPropertyFlags() const;
H A Ddevice.cpp753 MemoryPropertyFlags Device::GetSharedMemoryPropertyFlags() const in GetSharedMemoryPropertyFlags() function in Device
H A Dgpu_resource_manager.cpp381 …const MemoryPropertyFlags deviceSharedMemoryPropertyFlags = device_.GetSharedMemoryPropertyFlags(); in GpuResourceManager()