Home
last modified time | relevance | path

Searched defs:memoryHandle (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp163 void GrVkAMDMemoryAllocator::freeMemory(const GrVkBackendMemory& memoryHandle) { in freeMemory()
169 void GrVkAMDMemoryAllocator::getAllocInfo(const GrVkBackendMemory& memoryHandle, in getAllocInfo()
212 void* GrVkAMDMemoryAllocator::mapMemory(const GrVkBackendMemory& memoryHandle) { in mapMemory()
220 void GrVkAMDMemoryAllocator::unmapMemory(const GrVkBackendMemory& memoryHandle) { in unmapMemory()
226 void GrVkAMDMemoryAllocator::flushMappedMemory(const GrVkBackendMemory& memoryHandle, in flushMappedMemory()
245 void GrVkAMDMemoryAllocator::invalidateMappedMemory(const GrVkBackendMemory& memoryHandle, in invalidateMappedMemory()
/third_party/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp207 void GrVkAMDMemoryAllocator::freeMemory(const GrVkBackendMemory& memoryHandle) { in freeMemory()
213 void GrVkAMDMemoryAllocator::getAllocInfo(const GrVkBackendMemory& memoryHandle, in getAllocInfo()
240 VkResult GrVkAMDMemoryAllocator::mapMemory(const GrVkBackendMemory& memoryHandle, void** data) { in mapMemory()
246 void GrVkAMDMemoryAllocator::unmapMemory(const GrVkBackendMemory& memoryHandle) { in unmapMemory()
252 VkResult GrVkAMDMemoryAllocator::flushMemory(const GrVkBackendMemory& memoryHandle, in flushMemory()
259 VkResult GrVkAMDMemoryAllocator::invalidateMemory(const GrVkBackendMemory& memoryHandle, in invalidateMemory()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DVulkanExternalImageTest.cpp233 typename Traits::Handle memoryHandle = Traits::InvalidHandle(); in RunShouldImportMemoryTest() local
343 typename Traits::Handle memoryHandle = Traits::InvalidHandle(); in RunShouldClearTest() local
506 typename Traits::Handle memoryHandle = Traits::InvalidHandle(); in RunTextureFormatCompatChromiumTest() local
674 typename Traits::Handle memoryHandle = Traits::InvalidHandle(); in RunShouldClearWithSemaphoresTest() local
913 typename Traits::Handle memoryHandle = Traits::InvalidHandle(); in runShouldDrawTest() local
1064 typename Traits::Handle memoryHandle = Traits::InvalidHandle(); in runWaitSemaphoresRetainsContentTest() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.cpp716 ExternalMemoryHandle memoryHandle, in ImportExternalImage()
794 ExternalMemoryHandle memoryHandle, in CreateTextureWrappingVulkanImage()