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

  /external/skia/src/gpu/vk/
GrVkDescriptorPool.cpp 50 GR_VK_CALL(gpu->vkInterface(), DestroyDescriptorPool(gpu->device(), fDescPool, nullptr));
GrVkInterface.cpp 127 ACQUIRE_PROC(DestroyDescriptorPool, VK_NULL_HANDLE, device);
  /external/skqp/src/gpu/vk/
GrVkDescriptorPool.cpp 50 GR_VK_CALL(gpu->vkInterface(), DestroyDescriptorPool(gpu->device(), fDescPool, nullptr));
GrVkInterface.cpp 127 ACQUIRE_PROC(DestroyDescriptorPool, VK_NULL_HANDLE, device);
  /frameworks/native/vulkan/libvulkan/
api_gen.h 125 PFN_vkDestroyDescriptorPool DestroyDescriptorPool;
api_gen.cpp 255 INIT_PROC(true, dev, DestroyDescriptorPool);
420 VKAPI_ATTR void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vk_layer.h 98 PFN_vkDestroyDescriptorPool DestroyDescriptorPool;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_dispatch_table_helper.h 92 table->DestroyDescriptorPool = (PFN_vkDestroyDescriptorPool) gpa(device, "vkDestroyDescriptorPool");
thread_check.h     [all...]
unique_objects_wrappers.h     [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 142 {"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/layers/
object_tracker_utils.cpp     [all...]
core_validation.cpp     [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 361 vk::DestroyDescriptorPool(dev_, desc_pool_, nullptr);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
object_tracker.cpp     [all...]
parameter_validation.cpp     [all...]
core_validation.cpp     [all...]
  /external/vulkan-validation-layers/loader/
trampoline.c     [all...]
  /external/vulkan-validation-layers/tests/layers/
wrap_objects.cpp 594 device_dispatch_table(device)->DestroyDescriptorPool(device, descriptorPool, pAllocator);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/layers/
wrap_objects.cpp 592 device_dispatch_table(device)->DestroyDescriptorPool(device, descriptorPool, pAllocator);
    [all...]

Completed in 685 milliseconds