Home
last modified time | relevance | path

Searched defs:PFN_vkAllocationFunction (Results 1 – 11 of 11) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkDefs.hpp223 typedef VKAPI_ATTR void *(VKAPI_CALL *PFN_vkAllocationFunction)(void *pUserData, size_t size, size_… typedef
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkVulkan_c.inl1679 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_sc_core.h1674 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/virglrenderer/src/venus/venus-protocol/
Dvulkan_core.h2788 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2963 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/swiftshader/include/vulkan/
Dvulkan_core.h2940 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h3035 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/mesa3d/include/vulkan/
Dvulkan_core.h3099 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_core.h3154 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkVulkan_c.inl4986 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs492 pub type PFN_vkAllocationFunction = Option< typedef