Searched refs:GetPlatformGpuMemoryAllocator (Results 1 – 7 of 7) sorted by relevance
174 …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()
273 PlatformGpuMemoryAllocator* gpuMemAllocator = device_.GetPlatformGpuMemoryAllocator(); in ~GpuImageVk()309 PlatformGpuMemoryAllocator* gpuMemAllocator = device_.GetPlatformGpuMemoryAllocator(); in CreateVkImage()
114 PlatformGpuMemoryAllocator* GetPlatformGpuMemoryAllocator() override;
1041 PlatformGpuMemoryAllocator* DeviceVk::GetPlatformGpuMemoryAllocator() in GetPlatformGpuMemoryAllocator() function in DeviceVk
97 virtual PlatformGpuMemoryAllocator* GetPlatformGpuMemoryAllocator() = 0;
108 PlatformGpuMemoryAllocator* GetPlatformGpuMemoryAllocator() override;
1218 PlatformGpuMemoryAllocator* DeviceGLES::GetPlatformGpuMemoryAllocator() in GetPlatformGpuMemoryAllocator() function in DeviceGLES