/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_fuchsia.h | 30 zx_handle_t imagePipeHandle; 51 zx_handle_t handle; 67 …evice, const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, zx_handle_t* pZirconHandle); 68 …CHSIA)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, zx_handle_t zirconHandle, V… 74 zx_handle_t* pZirconHandle); 79 zx_handle_t zirconHandle, 93 zx_handle_t zirconHandle; 104 …ce, const VkSemaphoreGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, zx_handle_t* pZirconHandle); 114 zx_handle_t* pZirconHandle); 136 zx_handle_t collectionToken;
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_fuchsia.h | 30 zx_handle_t imagePipeHandle; 51 zx_handle_t handle; 67 …evice, const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, zx_handle_t* pZirconHandle); 68 …CHSIA)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, zx_handle_t zirconHandle, V… 74 zx_handle_t* pZirconHandle); 79 zx_handle_t zirconHandle, 93 zx_handle_t zirconHandle; 104 …ce, const VkSemaphoreGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, zx_handle_t* pZirconHandle); 114 zx_handle_t* pZirconHandle); 136 zx_handle_t collectionToken;
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_fuchsia.h | 30 zx_handle_t imagePipeHandle; 51 zx_handle_t handle; 67 …evice, const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, zx_handle_t* pZirconHandle); 68 …CHSIA)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, zx_handle_t zirconHandle, V… 74 zx_handle_t* pZirconHandle); 79 zx_handle_t zirconHandle, 93 zx_handle_t zirconHandle; 104 …ce, const VkSemaphoreGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, zx_handle_t* pZirconHandle); 114 zx_handle_t* pZirconHandle); 136 zx_handle_t collectionToken;
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_fuchsia.h | 30 zx_handle_t imagePipeHandle; 51 zx_handle_t handle; 67 …evice, const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, zx_handle_t* pZirconHandle); 68 …CHSIA)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, zx_handle_t zirconHandle, V… 74 zx_handle_t* pZirconHandle); 79 zx_handle_t zirconHandle, 93 zx_handle_t zirconHandle; 104 …ce, const VkSemaphoreGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, zx_handle_t* pZirconHandle); 114 zx_handle_t* pZirconHandle); 140 zx_handle_t collectionToken;
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/ |
D | handle.h | 36 static fml::RefPtr<Handle> Create(zx_handle_t handle); 48 zx_handle_t ReleaseHandle(); 52 zx_handle_t handle() const { return handle_; } in handle() 68 explicit Handle(zx_handle_t handle); 74 zx_handle_t handle_;
|
D | handle.cc | 19 Handle::Handle(zx_handle_t handle) : handle_(handle) { in Handle() 50 fml::RefPtr<Handle> Handle::Create(zx_handle_t handle) { in Create() 58 zx_handle_t Handle::ReleaseHandle() { in ReleaseHandle() 61 zx_handle_t handle = handle_; in ReleaseHandle() 77 zx_handle_t handle = ReleaseHandle(); in Close() 110 zx_handle_t out_handle; in Duplicate()
|
D | system.cc | 102 Dart_Handle MakeHandleList(const std::vector<zx_handle_t>& in_handles) { in MakeHandleList() 172 zx_handle_t out0 = 0, out1 = 0; in ChannelCreate() 230 std::vector<zx_handle_t> zx_handles; in ChannelWrite() 266 std::vector<zx_handle_t> handles(actual_handles); in ChannelQueryAndRead() 288 zx_handle_t out0 = 0, out1 = 0; in EventpairCreate() 300 zx_handle_t out0 = 0, out1 = 0; in SocketCreate() 346 zx_handle_t vmo = ZX_HANDLE_INVALID; in VmoCreate() 364 zx_handle_t vmo = ZX_HANDLE_INVALID; in VmoFromFile()
|
/third_party/skia/third_party/externals/angle2/src/common/fuchsia_egl/ |
D | fuchsia_egl.c | 18 zx_handle_t image_pipe_handle; 23 fuchsia_egl_window *fuchsia_egl_window_create(zx_handle_t image_pipe_handle, in fuchsia_egl_window_create() 71 zx_handle_t fuchsia_egl_window_release_image_pipe(fuchsia_egl_window *egl_window) in fuchsia_egl_window_release_image_pipe() 74 zx_handle_t image_pipe_handle = egl_window->image_pipe_handle; in fuchsia_egl_window_release_image_pipe()
|
D | fuchsia_egl_backend.h | 19 zx_handle_t fuchsia_egl_window_release_image_pipe(fuchsia_egl_window *egl_window);
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/fuchsia_egl/ |
D | fuchsia_egl.c | 18 zx_handle_t image_pipe_handle; 23 fuchsia_egl_window *fuchsia_egl_window_create(zx_handle_t image_pipe_handle, in fuchsia_egl_window_create() 71 zx_handle_t fuchsia_egl_window_release_image_pipe(fuchsia_egl_window *egl_window) in fuchsia_egl_window_release_image_pipe() 74 zx_handle_t image_pipe_handle = egl_window->image_pipe_handle; in fuchsia_egl_window_release_image_pipe()
|
D | fuchsia_egl_backend.h | 19 zx_handle_t fuchsia_egl_window_release_image_pipe(fuchsia_egl_window *egl_window);
|
D | fuchsia_egl.h | 22 fuchsia_egl_window *fuchsia_egl_window_create(zx_handle_t image_pipe_handle,
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkSemaphoreExternalFuchsia.hpp | 58 VkResult importHandle(zx_handle_t new_handle) override in importHandle() 65 VkResult exportHandle(zx_handle_t *pHandle) override in exportHandle() 67 zx_handle_t new_handle = ZX_HANDLE_INVALID; in exportHandle() 136 zx_handle_t handle = ZX_HANDLE_INVALID;
|
D | VkDeviceMemoryExternalFuchsia.hpp | 35 zx_handle_t handle = ZX_HANDLE_INVALID; 135 VkResult exportHandle(zx_handle_t *pHandle) const override in exportHandle() 160 zx_handle_t vmoHandle = ZX_HANDLE_INVALID;
|
D | VkSemaphore.cpp | 57 virtual VkResult importHandle(zx_handle_t handle) in importHandle() 61 virtual VkResult exportHandle(zx_handle_t *pHandle) in exportHandle() 330 VkResult BinarySemaphore::importHandle(zx_handle_t handle, bool temporaryImport) in importHandle() 342 VkResult BinarySemaphore::exportHandle(zx_handle_t *pHandle) in exportHandle()
|
D | VkSemaphore.hpp | 84 VkResult importHandle(zx_handle_t handle, bool temporaryImport); 85 VkResult exportHandle(zx_handle_t *pHandle);
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | session_connection.h | 34 zx_handle_t vsync_event_handle); 73 zx_handle_t vsync_event_handle_; 90 static void ToggleSignal(zx_handle_t handle, bool raise);
|
D | platform_view.h | 51 zx_handle_t vsync_event_handle); 57 zx_handle_t vsync_event_handle); 92 zx_handle_t vsync_event_handle_ = 0;
|
D | session_connection.cc | 20 zx_handle_t vsync_event_handle) in SessionConnection() 128 void SessionConnection::ToggleSignal(zx_handle_t handle, bool set) { in ToggleSignal()
|
/third_party/skia/third_party/externals/angle2/include/vulkan/ |
D | vulkan_fuchsia_ext.h | 26 typedef uint32_t zx_handle_t; typedef 27 # define ZX_HANDLE_INVALID ((zx_handle_t)0)
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | ExternalHandle.h | 15 using ExternalMemoryHandle = zx_handle_t; 17 using ExternalSemaphoreHandle = zx_handle_t;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | MemoryObjectVk.cpp | 41 void CloseZirconVmo(zx_handle_t handle) in CloseZirconVmo() 50 angle::Result DuplicateZirconVmo(ContextVk *contextVk, zx_handle_t handle, zx_handle_t *duplicate) in DuplicateZirconVmo()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | VulkanHelper.h | 77 VkResult exportMemoryZirconVmo(VkDeviceMemory deviceMemory, zx_handle_t *vmo); 87 VkResult exportSemaphoreZirconEvent(VkSemaphore semaphore, zx_handle_t *event);
|
/third_party/skia/third_party/externals/angle2/util/fuchsia/ |
D | ScenicWindow.cpp | 44 zx_status_t ConnectToService(zx_handle_t serviceRoot, fidl::InterfaceRequest<Interface> request) in ConnectToService() 51 fidl::InterfacePtr<Interface> ConnectToService(zx_handle_t serviceRoot, in ConnectToService() 136 zx_handle_t imagePipeHandle = imagePipe.Unbind().TakeChannel().release(); in resetNativeWindow()
|
/third_party/flutter/skia/third_party/externals/angle2/util/fuchsia/ |
D | ScenicWindow.cpp | 45 zx_status_t ConnectToService(zx_handle_t serviceRoot, fidl::InterfaceRequest<Interface> request) in ConnectToService() 52 fidl::InterfacePtr<Interface> ConnectToService(zx_handle_t serviceRoot) in ConnectToService()
|