HomeSort by relevance Sort by last modified time
    Searched refs:DestroyDescriptorPool (Results 1 - 14 of 14) sorted by null

  /external/skia/src/gpu/vk/
GrVkDescriptorPool.cpp 55 GR_VK_CALL(gpu->vkInterface(), DestroyDescriptorPool(gpu->device(), fDescPool, nullptr));
GrVkInterface.cpp 93 GET_PROC(DestroyDescriptorPool);
  /frameworks/native/vulkan/libvulkan/
api_gen.h 113 PFN_vkDestroyDescriptorPool DestroyDescriptorPool;
api_gen.cpp 211 INIT_PROC(dev, DestroyDescriptorPool);
355 VKAPI_ATTR void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator);
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 105 PFN_vkDestroyDescriptorPool DestroyDescriptorPool;
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 134 {"vkDestroyDescriptorPool", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyDescriptorPool>(DestroyDescriptorPool))},
null_driver_gen.h 106 VKAPI_ATTR void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator);
null_driver.cpp     [all...]
  /external/vulkan-validation-layers/loader/
table_ops.h 152 table->DestroyDescriptorPool =
404 if (!strcmp(name, "DestroyDescriptorPool"))
405 return (void *)table->DestroyDescriptorPool;
    [all...]
trampoline.c     [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 389 vk::DestroyDescriptorPool(dev_, desc_pool_, nullptr);
  /external/vulkan-validation-layers/layers/
object_tracker.h     [all...]
parameter_validation.cpp     [all...]
core_validation.cpp     [all...]

Completed in 2155 milliseconds