Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDeviceMemoryExternalAndroid.hpp67 bool hasExternalImageProperties() const override final { return true; } in hasExternalImageProperties() function in AHardwareBufferExternalMemory
DVkDeviceMemory.hpp93 virtual bool hasExternalImageProperties() const { return false; } in hasExternalImageProperties() function in vk::DeviceMemory
DVkImage.cpp822 if(deviceMemory && deviceMemory->hasExternalImageProperties()) in rowPitchBytes()
880 if(deviceMemory && deviceMemory->hasExternalImageProperties()) in getMemoryOffset()