Searched defs:VKAPI_PTR (Results 1 - 2 of 2) sorted by relevance

/external/skia/third_party/vulkan/
H A Dvk_platform.h51 * VKAPI_PTR - Placed between the '(' and '*' in function pointer types.
54 * Function pointer type: typedef void (VKAPI_PTR *PFN_vkCommand)(void);
60 #define VKAPI_PTR VKAPI_CALL macro
70 #define VKAPI_PTR VKAPI_ATTR macro
75 #define VKAPI_PTR macro
/external/vulkan-validation-layers/include/vulkan/
H A Dvk_platform.h51 * VKAPI_PTR - Placed between the '(' and '*' in function pointer types.
54 * Function pointer type: typedef void (VKAPI_PTR *PFN_vkCommand)(void);
60 #define VKAPI_PTR VKAPI_CALL macro
70 #define VKAPI_PTR VKAPI_ATTR macro
75 #define VKAPI_PTR macro

Completed in 48 milliseconds