Home
last modified time | relevance | path

Searched defs:pHandle (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkSemaphoreExternalFuchsia.hpp65 VkResult exportHandle(zx_handle_t *pHandle) override in exportHandle()
DVkSemaphore.cpp61 virtual VkResult exportHandle(zx_handle_t *pHandle) in exportHandle()
342 VkResult BinarySemaphore::exportHandle(zx_handle_t *pHandle) in exportHandle()
DlibVulkan.cpp1153 …IA(VkDevice device, const VkMemoryGetZirconHandleInfoFUCHSIA *pGetHandleInfo, zx_handle_t *pHandle) in vkGetMemoryZirconHandleFUCHSIA()
/third_party/libusb/libusb/os/
Dhaiku_usb_raw.cpp70 USBDeviceHandle **pHandle = (USBDeviceHandle **)usbi_get_device_handle_priv(dev_handle); in haiku_close() local
/third_party/mingw-w64/mingw-w64-headers/include/
Dscardssp.h861 #define ISCard_get_CardHandle(This,pHandle) (This)->lpVtbl->get_CardHandle(This,pHandle) argument
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_funcs.hpp10227 HANDLE * pHandle, in getMemoryWin32HandleNV()
10890HANDLE * pHandle, in getMemoryWin32HandleKHR()
11071 HANDLE * pHandle, in getSemaphoreWin32HandleKHR()
12074HANDLE * pHandle, in getFenceWin32HandleKHR()
/third_party/sqlite/src/
Dshell.c4233 static void apndDlClose(sqlite3_vfs *pVfs, void *pHandle){ in apndDlClose()
Dsqlite3.c23794 SQLITE_PRIVATE void sqlite3OsDlClose(sqlite3_vfs *pVfs, void *pHandle){ in sqlite3OsDlClose()