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

  /external/skia/src/gpu/vk/
GrVkDescriptorPool.cpp 49 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), ResetDescriptorPool(gpu->device(), fDescPool, 0));
GrVkInterface.cpp 94 GET_PROC(ResetDescriptorPool);
  /frameworks/native/vulkan/libvulkan/
api_gen.h 114 PFN_vkResetDescriptorPool ResetDescriptorPool;
api_gen.cpp 212 INIT_PROC(dev, ResetDescriptorPool);
356 VKAPI_ATTR VkResult ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags);
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 106 PFN_vkResetDescriptorPool ResetDescriptorPool;
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 190 {"vkResetDescriptorPool", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkResetDescriptorPool>(ResetDescriptorPool))},
null_driver_gen.h 107 VKAPI_ATTR VkResult ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags);
null_driver.cpp     [all...]
  /external/vulkan-validation-layers/loader/
table_ops.h 154 table->ResetDescriptorPool =
406 if (!strcmp(name, "ResetDescriptorPool"))
407 return (void *)table->ResetDescriptorPool;
    [all...]
trampoline.c     [all...]
  /external/vulkan-validation-layers/layers/
parameter_validation.cpp     [all...]
core_validation.cpp     [all...]

Completed in 261 milliseconds