Searched defs:memoryHandle (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/gpu/vk/ |
H A D | GrVkAMDMemoryAllocator.cpp | 328 void GrVkAMDMemoryAllocator::freeMemory(const GrVkBackendMemory& memoryHandle) { in freeMemory() argument 334 void GrVkAMDMemoryAllocator::getAllocInfo(const GrVkBackendMemory& memoryHandle, in getAllocInfo() argument 362 VkResult GrVkAMDMemoryAllocator::mapMemory(const GrVkBackendMemory& memoryHandle, void** data) { in mapMemory() argument 368 void GrVkAMDMemoryAllocator::unmapMemory(const GrVkBackendMemory& memoryHandle) { in unmapMemory() argument 374 VkResult GrVkAMDMemoryAllocator::flushMemory(const GrVkBackendMemory& memoryHandle, in flushMemory() argument 381 invalidateMemory(const GrVkBackendMemory& memoryHandle, VkDeviceSize offset, VkDeviceSize size) invalidateMemory() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | VulkanExternalImageTest.cpp | 233 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(); RunShouldClearWithSemaphoresTest() local 913 typename Traits::Handle memoryHandle = Traits::InvalidHandle(); runShouldDrawTest() local 1064 typename Traits::Handle memoryHandle = Traits::InvalidHandle(); runWaitSemaphoresRetainsContentTest() local [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | DeviceVk.cpp | 715 ImportExternalImage(const ExternalImageDescriptorVk* descriptor, ExternalMemoryHandle memoryHandle, VkImage image, const std::vector<ExternalSemaphoreHandle>& waitHandles, VkSemaphore* outSignalSemaphore, VkDeviceMemory* outAllocation, std::vector<VkSemaphore>* outWaitSemaphores) ImportExternalImage() argument 792 CreateTextureWrappingVulkanImage( const ExternalImageDescriptorVk* descriptor, ExternalMemoryHandle memoryHandle, const std::vector<ExternalSemaphoreHandle>& waitHandles) CreateTextureWrappingVulkanImage() argument
|
Completed in 6 milliseconds