Home
last modified time | relevance | path

Searched refs:ExternalMemoryHandle (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DExternalHandle.h10 using ExternalMemoryHandle = int; variable
15 using ExternalMemoryHandle = zx_handle_t;
20 using ExternalMemoryHandle = void*;
DDeviceVk.h75 ExternalMemoryHandle memoryHandle,
203 ExternalMemoryHandle memoryHandle,
DDeviceVk.cpp716 ExternalMemoryHandle memoryHandle, in ImportExternalImage()
794 ExternalMemoryHandle memoryHandle, in CreateTextureWrappingVulkanImage()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/
DMemoryServiceNull.cpp52 ResultOrError<VkDeviceMemory> Service::ImportMemory(ExternalMemoryHandle handle, in ImportMemory()
DMemoryService.h60 ResultOrError<VkDeviceMemory> ImportMemory(ExternalMemoryHandle handle,
DMemoryServiceOpaqueFD.cpp102 ResultOrError<VkDeviceMemory> Service::ImportMemory(ExternalMemoryHandle handle, in ImportMemory()
DMemoryServiceZirconHandle.cpp102 ResultOrError<VkDeviceMemory> Service::ImportMemory(ExternalMemoryHandle handle, in ImportMemory()
DMemoryServiceDmaBuf.cpp188 ResultOrError<VkDeviceMemory> Service::ImportMemory(ExternalMemoryHandle handle, in ImportMemory()