HomeSort by relevance Sort by last modified time
    Searched defs:VKAPI_ATTR (Results 1 - 10 of 10) sorted by null

  /external/skia/third_party/vulkan/
vk_platform.h 47 * VKAPI_ATTR - Placed before the return type in function declarations.
53 * Function declaration: VKAPI_ATTR void VKAPI_CALL vkCommand(void);
58 #define VKAPI_ATTR
68 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
70 #define VKAPI_PTR VKAPI_ATTR
73 #define VKAPI_ATTR
  /external/vulkan-validation-layers/include/vulkan/
vk_platform.h 47 * VKAPI_ATTR - Placed before the return type in function declarations.
53 * Function declaration: VKAPI_ATTR void VKAPI_CALL vkCommand(void);
58 #define VKAPI_ATTR
68 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
70 #define VKAPI_PTR VKAPI_ATTR
73 #define VKAPI_ATTR
  /frameworks/native/vulkan/include/vulkan/
vk_platform.h 40 * VKAPI_ATTR - Placed before the return type in function declarations.
46 * Function declaration: VKAPI_ATTR void VKAPI_CALL vkCommand(void);
51 #define VKAPI_ATTR
61 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
63 #define VKAPI_PTR VKAPI_ATTR
66 #define VKAPI_ATTR
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vk_platform.h 47 * VKAPI_ATTR - Placed before the return type in function declarations.
53 * Function declaration: VKAPI_ATTR void VKAPI_CALL vkCommand(void);
58 #define VKAPI_ATTR
68 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
70 #define VKAPI_PTR VKAPI_ATTR
73 #define VKAPI_ATTR
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vk_platform.h 47 * VKAPI_ATTR - Placed before the return type in function declarations.
53 * Function declaration: VKAPI_ATTR void VKAPI_CALL vkCommand(void);
58 #define VKAPI_ATTR
68 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
70 #define VKAPI_PTR VKAPI_ATTR
73 #define VKAPI_ATTR
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vk_platform.h 47 * VKAPI_ATTR - Placed before the return type in function declarations.
53 * Function declaration: VKAPI_ATTR void VKAPI_CALL vkCommand(void);
58 #define VKAPI_ATTR
68 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
70 #define VKAPI_PTR VKAPI_ATTR
73 #define VKAPI_ATTR
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/vulkan/
vk_platform.h 47 * VKAPI_ATTR - Placed before the return type in function declarations.
53 * Function declaration: VKAPI_ATTR void VKAPI_CALL vkCommand(void);
58 #define VKAPI_ATTR
68 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
70 #define VKAPI_PTR VKAPI_ATTR
73 #define VKAPI_ATTR
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/vulkan/
vk_platform.h 47 * VKAPI_ATTR - Placed before the return type in function declarations.
53 * Function declaration: VKAPI_ATTR void VKAPI_CALL vkCommand(void);
58 #define VKAPI_ATTR
68 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
70 #define VKAPI_PTR VKAPI_ATTR
73 #define VKAPI_ATTR
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/vulkan/
vk_platform.h 47 * VKAPI_ATTR - Placed before the return type in function declarations.
53 * Function declaration: VKAPI_ATTR void VKAPI_CALL vkCommand(void);
58 #define VKAPI_ATTR
68 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
70 #define VKAPI_PTR VKAPI_ATTR
73 #define VKAPI_ATTR
  /external/deqp/external/vulkancts/framework/vulkan/
vkDefs.hpp 29 # define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
31 # define VKAPI_ATTR
123 typedef VKAPI_ATTR void (VKAPI_CALL* PFN_vkVoidFunction) (void);
125 typedef VKAPI_ATTR void* (VKAPI_CALL* PFN_vkAllocationFunction) (void* pUserData,
129 typedef VKAPI_ATTR void* (VKAPI_CALL* PFN_vkReallocationFunction) (void* pUserData,
134 typedef VKAPI_ATTR void (VKAPI_CALL* PFN_vkFreeFunction) (void* pUserData,
136 typedef VKAPI_ATTR void (VKAPI_CALL* PFN_vkInternalAllocationNotification) (void* pUserData,
140 typedef VKAPI_ATTR void (VKAPI_CALL* PFN_vkInternalFreeNotification) (void* pUserData,
145 typedef VKAPI_ATTR VkBool32 (VKAPI_CALL* PFN_vkDebugReportCallbackEXT) (VkDebugReportFlagsEXT flags,

Completed in 802 milliseconds