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.hpp191 typedef VKAPI_ATTR void *(VKAPI_CALL *PFN_vkAllocationFunction)(void *pUserData, size_t size, size_… typedef
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_sc_core.h1674 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkVulkan_c.inl1679 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/virglrenderer/src/venus/venus-protocol/
Dvulkan_core.h2788 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_core.h2937 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2896 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/mesa3d/include/vulkan/
Dvulkan_core.h2927 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/swiftshader/include/vulkan/
Dvulkan_core.h2958 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/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkVulkan_c.inl4665 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
/external/rust/crates/ash/src/vk/
Ddefinitions.rs492 pub type PFN_vkAllocationFunction = Option< typedef