Searched refs:VKAPI_PTR (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/vulkan/include/vulkan/
H A Dvk_platform.h44 * VKAPI_PTR - Placed between the '(' and '*' in function pointer types.
47 * Function pointer type: typedef void (VKAPI_PTR *PFN_vkCommand)(void);
53 #define VKAPI_PTR VKAPI_CALL macro
63 #define VKAPI_PTR VKAPI_ATTR macro
68 #define VKAPI_PTR macro
H A Dvk_layer_interface.h44 typedef VkResult(VKAPI_PTR* PFN_vkSetInstanceLoaderData)(VkInstance instance,
46 typedef VkResult(VKAPI_PTR* PFN_vkSetDeviceLoaderData)(VkDevice device,
H A Dvk_android_native_buffer.h87 typedef VkResult (VKAPI_PTR *PFN_vkGetSwapchainGrallocUsageANDROID)(VkDevice device, VkFormat format, VkImageUsageFlags imageUsage, int* grallocUsage);
89 typedef VkResult (VKAPI_PTR *PFN_vkGetSwapchainGrallocUsage2ANDROID)(VkDevice device, VkFormat format, VkImageUsageFlags imageUsage, VkSwapchainImageUsageFlagsANDROID swapchainImageUsage, uint64_t* grallocConsumerUsage, uint64_t* grallocProducerUsage);
90 typedef VkResult (VKAPI_PTR *PFN_vkAcquireImageANDROID)(VkDevice device, VkImage image, int nativeFenceFd, VkSemaphore semaphore, VkFence fence);
91 typedef VkResult (VKAPI_PTR *PFN_vkQueueSignalReleaseImageANDROID)(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphores, VkImage image, int* pNativeFenceFd);
H A Dvulkan.h1253 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)(
1259 typedef void* (VKAPI_PTR *PFN_vkReallocationFunction)(
1266 typedef void (VKAPI_PTR *PFN_vkFreeFunction)(
1270 typedef void (VKAPI_PTR *PFN_vkInternalAllocationNotification)(
1276 typedef void (VKAPI_PTR *PFN_vkInternalFreeNotification)(
1282 typedef void (VKAPI_PTR *PFN_vkVoidFunction)(void);
2360 typedef VkResult (VKAPI_PTR *PFN_vkCreateInstance)(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pInstance);
2361 typedef void (VKAPI_PTR *PFN_vkDestroyInstance)(VkInstance instance, const VkAllocationCallbacks* pAllocator);
2362 typedef VkResult (VKAPI_PTR *PFN_vkEnumeratePhysicalDevices)(VkInstance instance, uint32_t* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices);
2363 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceFeature
[all...]

Completed in 513 milliseconds