Home
last modified time | relevance | path

Searched refs:DestroyImage (Results 1 – 25 of 33) sorted by relevance

12

/third_party/flutter/skia/src/gpu/vk/
DGrVkImage.cpp205 VK_CALL(gpu, DestroyImage(gpu->device(), image, nullptr)); in InitImageInfo()
222 VK_CALL(gpu, DestroyImage(gpu->device(), info->fImage, nullptr)); in DestroyImageInfo()
281 VK_CALL(gpu, DestroyImage(gpu->device(), fImage, nullptr)); in freeGPUData()
DGrVkAMDMemoryAllocator.cpp37 GR_COPY_FUNCTION(DestroyImage); in GrVkAMDMemoryAllocator()
/third_party/skia/tools/gpu/vk/
DVkTestHelper.h47 DECLARE_VK_PROC(DestroyImage);
DVkTestHelper.cpp70 ACQUIRE_DEVICE_VK_PROC(DestroyImage) in init()
DVkYcbcrSamplerHelper.cpp37 GR_VK_CALL(vkGpu->vkInterface(), DestroyImage(vkGpu->device(), fImage, nullptr)); in ~VkYcbcrSamplerHelper()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DEGLImageWrappingTests.cpp37 DestroyImage = reinterpret_cast<PFNEGLDESTROYIMAGEPROC>(LoadProc("eglDestroyImage")); in EGLFunctions()
53 PFNEGLDESTROYIMAGEPROC DestroyImage; member in __anon217c82a80111::EGLFunctions
144 return ScopedEGLImage(egl.DestroyImage, gl.DeleteTextures, dpy, eglImage, tex); in CreateEGLImage()
/third_party/skia/src/gpu/
DGrAHardwareBufferUtils.cpp434 VK_CALL(DestroyImage(device, image, nullptr)); in make_vk_backend_texture()
460 VK_CALL(DestroyImage(device, image, nullptr)); in make_vk_backend_texture()
473 VK_CALL(DestroyImage(device, image, nullptr)); in make_vk_backend_texture()
/third_party/flutter/skia/src/gpu/
DGrAHardwareBufferUtils.cpp432 VK_CALL(DestroyImage(device, image, nullptr)); in make_vk_backend_texture()
458 VK_CALL(DestroyImage(device, image, nullptr)); in make_vk_backend_texture()
471 VK_CALL(DestroyImage(device, image, nullptr)); in make_vk_backend_texture()
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_proc_table.h84 DEFINE_PROC(DestroyImage);
Dvulkan_proc_table.cc119 ACQUIRE_PROC(DestroyImage, handle); in SetupDeviceProcAddresses()
/third_party/skia/src/gpu/vk/
DGrVkImage.cpp517 VK_CALL(gpu, DestroyImage(gpu->device(), image, nullptr)); in InitImageInfo()
537 VK_CALL(gpu, DestroyImage(gpu->device(), info->fImage, nullptr)); in DestroyImageInfo()
595 VK_CALL(fGpu, DestroyImage(fGpu->device(), fImage, nullptr)); in freeGPUData()
DGrVkAMDMemoryAllocator.cpp54 GR_COPY_FUNCTION(DestroyImage); in Make()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.h192 WSI_CB(DestroyImage);
Dwsi_common.c93 WSI_GET_CB(DestroyImage); in wsi_device_init()
337 wsi->DestroyImage(chain->device, image->image, &chain->alloc); in wsi_destroy_image()
/third_party/flutter/skia/tests/
DVkYcbcrSamplerTest.cpp70 DECLARE_VK_PROC(DestroyImage);
161 ACQUIRE_DEVICE_VK_PROC(DestroyImage) in init()
DVkHardwareBufferTest.cpp477 DECLARE_VK_PROC(DestroyImage);
565 ACQUIRE_DEVICE_VK_PROC(DestroyImage); in init()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DFencedDeleter.cpp108 mDevice->fn.DestroyImage(vkDevice, image, nullptr); in Tick()
DVulkanFunctions.cpp168 GET_DEVICE_PROC(DestroyImage); in LoadDeviceProcs()
DVulkanFunctions.h164 PFN_vkDestroyImage DestroyImage = nullptr; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DFencedDeleter.cpp113 mDevice->fn.DestroyImage(vkDevice, image, nullptr); in Tick()
DVulkanFunctions.cpp250 GET_DEVICE_PROC(DestroyImage); in LoadDeviceProcs()
DVulkanFunctions.h227 PFN_vkDestroyImage DestroyImage = nullptr; member
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_stubs_autogen.h101 EGLBoolean DestroyImage(Thread *thread, egl::Display *dpyPacked, Image *imagePacked);
Dentry_points_egl_autogen.cpp722 EGL_EVENT(DestroyImage, "dpy = 0x%016" PRIxPTR ", image = 0x%016" PRIxPTR "", (uintptr_t)dpy, in EGL_DestroyImage()
730 ANGLE_EGL_VALIDATE(thread, DestroyImage, GetDisplayIfValid(dpyPacked), EGLBoolean, dpyPacked, in EGL_DestroyImage()
733 return DestroyImage(thread, dpyPacked, imagePacked); in EGL_DestroyImage()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvulkan_surface.cc77 vulkan_provider.vk().DestroyImage(vulkan_provider.vk_device(), image, in CreateVulkanImage()

12