Home
last modified time | relevance | path

Searched refs:GetPlatformGpuMemoryAllocator (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_buffer_vk.cpp174 …if (PlatformGpuMemoryAllocator* gpuMemAllocator = device_.GetPlatformGpuMemoryAllocator(); gpuMemA… in ~GpuBufferVk()
208 …if (PlatformGpuMemoryAllocator* gpuMemAllocator = device_.GetPlatformGpuMemoryAllocator(); gpuMemA… in CreateBufferImpl()
264 PlatformGpuMemoryAllocator* gpuMemAllocator = device_.GetPlatformGpuMemoryAllocator(); in Map()
288 PlatformGpuMemoryAllocator* gpuMemAllocator = device_.GetPlatformGpuMemoryAllocator(); in MapMemory()
307 PlatformGpuMemoryAllocator* gpuMemAllocator = device_.GetPlatformGpuMemoryAllocator(); in Unmap()
344 PlatformGpuMemoryAllocator* gpuMemAllocator = device_.GetPlatformGpuMemoryAllocator(); in AllocateMemory()
H A Dgpu_image_vk.cpp273 PlatformGpuMemoryAllocator* gpuMemAllocator = device_.GetPlatformGpuMemoryAllocator(); in ~GpuImageVk()
309 PlatformGpuMemoryAllocator* gpuMemAllocator = device_.GetPlatformGpuMemoryAllocator(); in CreateVkImage()
H A Ddevice_vk.h114 PlatformGpuMemoryAllocator* GetPlatformGpuMemoryAllocator() override;
H A Ddevice_vk.cpp1041 PlatformGpuMemoryAllocator* DeviceVk::GetPlatformGpuMemoryAllocator() in GetPlatformGpuMemoryAllocator() function in DeviceVk
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.h97 virtual PlatformGpuMemoryAllocator* GetPlatformGpuMemoryAllocator() = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.h108 PlatformGpuMemoryAllocator* GetPlatformGpuMemoryAllocator() override;
H A Ddevice_gles.cpp1218 PlatformGpuMemoryAllocator* DeviceGLES::GetPlatformGpuMemoryAllocator() in GetPlatformGpuMemoryAllocator() function in DeviceGLES