Searched defs:VKAPI_CALL (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/include/vulkan/
H A Dvk_platform.h42 * VKAPI_CALL - Placed after the return type in function declarations.
46 * Function declaration: VKAPI_ATTR void VKAPI_CALL vkCommand(void);
52 #define VKAPI_CALL __stdcall macro
53 #define VKAPI_PTR VKAPI_CALL
62 #define VKAPI_CALL macro
67 #define VKAPI_CALL macro
/external/skia/third_party/vulkan/vulkan/
H A Dvk_platform.h47 * VKAPI_CALL - Placed after the return type in function declarations.
51 * Function declaration: VKAPI_ATTR void VKAPI_CALL vkCommand(void);
57 #define VKAPI_CALL __stdcall macro
58 #define VKAPI_PTR VKAPI_CALL
67 #define VKAPI_CALL macro
72 #define VKAPI_CALL macro
/external/skqp/third_party/vulkan/vulkan/
H A Dvk_platform.h47 * VKAPI_CALL - Placed after the return type in function declarations.
51 * Function declaration: VKAPI_ATTR void VKAPI_CALL vkCommand(void);
57 #define VKAPI_CALL __stdcall macro
58 #define VKAPI_PTR VKAPI_CALL
67 #define VKAPI_CALL macro
72 #define VKAPI_CALL macro
/external/vulkan-validation-layers/include/vulkan/
H A Dvk_platform.h42 * VKAPI_CALL - Placed after the return type in function declarations.
46 * Function declaration: VKAPI_ATTR void VKAPI_CALL vkCommand(void);
52 #define VKAPI_CALL __stdcall macro
53 #define VKAPI_PTR VKAPI_CALL
62 #define VKAPI_CALL macro
67 #define VKAPI_CALL macro
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDefs.hpp35 # define VKAPI_CALL __stdcall macro
37 # define VKAPI_CALL macro
137 typedef VKAPI_ATTR void (VKAPI_CALL* PFN_vkVoidFunction) (void);
139 typedef VKAPI_ATTR void* (VKAPI_CALL* PFN_vkAllocationFunction) (void* pUserData,
143 typedef VKAPI_ATTR void* (VKAPI_CALL* PFN_vkReallocationFunction) (void* pUserData,
148 typedef VKAPI_ATTR void (VKAPI_CALL* PFN_vkFreeFunction) (void* pUserData,
150 typedef VKAPI_ATTR void (VKAPI_CALL* PFN_vkInternalAllocationNotification) (void* pUserData,
154 typedef VKAPI_ATTR void (VKAPI_CALL* PFN_vkInternalFreeNotification) (void* pUserData,
159 typedef VKAPI_ATTR VkBool32 (VKAPI_CALL* PFN_vkDebugReportCallbackEXT) (VkDebugReportFlagsEXT flags,

Completed in 371 milliseconds