Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkDefs.hpp151 typedef VKAPI_ATTR void* (VKAPI_CALL* PFN_vkAllocationFunction) (void* pUserData, typedef
DvkVulkan_c.inl3614 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/mesa3d/include/vulkan/
Dvulkan_core.h2091 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/virglrenderer/src/venus/venus-protocol/
Dvulkan_core.h2424 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2401 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_core.h2677 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/gfxstream-protocols/include/vulkan/include/vulkan/
Dvulkan_core.h2512 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2657 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/swiftshader/include/vulkan/
Dvulkan_core.h2767 typedef void *(VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/rust/crates/ash/src/vk/
Ddefinitions.rs482 pub type PFN_vkAllocationFunction = Option< typedef