Home
last modified time | relevance | path

Searched defs:getDeviceMemory (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DSuballocation.h58 const DeviceMemory &getDeviceMemory() const { return mDeviceMemory; } in getDeviceMemory() function
59 DeviceMemory &getDeviceMemory() { return mDeviceMemory; } in getDeviceMemory() function
339 ANGLE_INLINE const DeviceMemory &BufferSuballocation::getDeviceMemory() const in getDeviceMemory() function
Dvk_helpers.h2028 const DeviceMemory &getDeviceMemory() const { return mDeviceMemory; } in getDeviceMemory() function