Home
last modified time | relevance | path

Searched refs:zx_handle_t (Results 1 – 25 of 72) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_fuchsia.h30 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/
Dvulkan_fuchsia.h30 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/
Dvulkan_fuchsia.h30 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/
Dvulkan_fuchsia.h30 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/
Dhandle.h36 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_;
Dhandle.cc19 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()
Dsystem.cc102 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/
Dfuchsia_egl.c18 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()
Dfuchsia_egl_backend.h19 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/
Dfuchsia_egl.c18 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()
Dfuchsia_egl_backend.h19 zx_handle_t fuchsia_egl_window_release_image_pipe(fuchsia_egl_window *egl_window);
Dfuchsia_egl.h22 fuchsia_egl_window *fuchsia_egl_window_create(zx_handle_t image_pipe_handle,
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkSemaphoreExternalFuchsia.hpp58 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;
DVkDeviceMemoryExternalFuchsia.hpp35 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;
DVkSemaphore.cpp57 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()
DVkSemaphore.hpp84 VkResult importHandle(zx_handle_t handle, bool temporaryImport);
85 VkResult exportHandle(zx_handle_t *pHandle);
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dsession_connection.h34 zx_handle_t vsync_event_handle);
73 zx_handle_t vsync_event_handle_;
90 static void ToggleSignal(zx_handle_t handle, bool raise);
Dplatform_view.h51 zx_handle_t vsync_event_handle);
57 zx_handle_t vsync_event_handle);
92 zx_handle_t vsync_event_handle_ = 0;
Dsession_connection.cc20 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/
Dvulkan_fuchsia_ext.h26 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/
DExternalHandle.h15 using ExternalMemoryHandle = zx_handle_t;
17 using ExternalSemaphoreHandle = zx_handle_t;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DMemoryObjectVk.cpp41 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/
DVulkanHelper.h77 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/
DScenicWindow.cpp44 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/
DScenicWindow.cpp45 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()

123