Lines Matching defs:VkAllocationCallbacks

39     VkAllocationCallbacks allocator;
99 VkAllocationCallbacks allocator;
236 const VkAllocationCallbacks kDefaultAllocCallbacks = {
286 const VkAllocationCallbacks* allocator,
336 const VkAllocationCallbacks* /*allocator*/) {
650 const VkAllocationCallbacks* allocator,
680 const VkAllocationCallbacks* /*allocator*/) {
695 VkAllocationCallbacks allocator;
701 const VkAllocationCallbacks* allocator,
717 const VkAllocationCallbacks* /*allocator*/) {
773 const VkAllocationCallbacks* allocator,
793 const VkAllocationCallbacks* allocator) {
822 const VkAllocationCallbacks* allocator,
851 const VkAllocationCallbacks* allocator) {
869 const VkAllocationCallbacks* allocator,
911 const VkAllocationCallbacks* allocator) {
962 const VkAllocationCallbacks* /*allocator*/,
970 const VkAllocationCallbacks* /*allocator*/,
987 const VkAllocationCallbacks* /*allocator*/,
996 const VkAllocationCallbacks* /*allocator*/,
1004 const VkAllocationCallbacks* /*allocator*/,
1012 const VkAllocationCallbacks* /*allocator*/,
1020 const VkAllocationCallbacks* /*allocator*/,
1030 const VkAllocationCallbacks* /*allocator*/,
1041 const VkAllocationCallbacks* /*allocator*/,
1050 const VkAllocationCallbacks* /*allocator*/,
1058 const VkAllocationCallbacks* /*allocator*/,
1067 const VkAllocationCallbacks* /*allocator*/,
1075 const VkAllocationCallbacks* /*allocator*/,
1083 const VkAllocationCallbacks* /*allocator*/,
1091 const VkAllocationCallbacks* /*allocator*/,
1099 const VkAllocationCallbacks* /*allocator*/,
1107 const VkAllocationCallbacks*,
1206 void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* allocator) {
1222 void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* allocator) {
1225 void DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* allocator) {
1243 void DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* allocator) {
1251 void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* allocator) {
1258 void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* allocator) {
1261 void DestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks* allocator) {
1264 void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* allocator) {
1277 void DestroyPipeline(VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks* allocator) {
1280 void DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* allocator) {
1283 void DestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks* allocator) {
1286 void DestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* allocator) {
1289 void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* allocator) {
1306 void DestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* allocator) {
1309 void DestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* allocator) {
1466 void DestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator) {