Home
last modified time | relevance | path

Searched refs:DestroySampler (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkSampler.cpp128 GR_VK_CALL(fGpu->vkInterface(), DestroySampler(fGpu->device(), fSampler, nullptr)); in freeGPUData()
DGrVkInterface.cpp103 ACQUIRE_PROC(DestroySampler, VK_NULL_HANDLE, device); in GrVkInterface()
/external/skqp/src/gpu/vk/
DGrVkSampler.cpp117 GR_VK_CALL(gpu->vkInterface(), DestroySampler(gpu->device(), fSampler, nullptr)); in freeGPUData()
DGrVkInterface.cpp103 ACQUIRE_PROC(DestroySampler, VK_NULL_HANDLE, device); in GrVkInterface()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h293 PFN_vkDestroySampler DestroySampler; member
Dvk_dispatch_table_helper.h453 table->DestroySampler = (PFN_vkDestroySampler) gpa(device, "vkDestroySampler"); in layer_init_device_dispatch_table()
Dlayer_chassis_dispatch.cpp2146 …if (!wrap_handles) return layer_data->device_dispatch_table.DestroySampler(device, sampler, pAlloc… in DispatchDestroySampler()
2154 layer_data->device_dispatch_table.DestroySampler(device, sampler, pAllocator); in DispatchDestroySampler()
Dchassis.cpp2339 VKAPI_ATTR void VKAPI_CALL DestroySampler( in DestroySampler() function
9337 {"vkDestroySampler", {false, (void*)DestroySampler}},
Dchassis.h448 VKAPI_ATTR void VKAPI_CALL DestroySampler(
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h724 PFN_vkDestroySampler DestroySampler; member
Dvk_enum_to_str.c4747 table->DestroySampler = (PFN_vkDestroySampler) gpa(device, "vkDestroySampler"); in vk_load_device_commands()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1812 device_data->vtable.DestroySampler(device_data->device, data->font_sampler, NULL); in shutdown_swapchain_data()