/third_party/mesa3d/src/gbm/backends/dri/ |
D | gbm_dri.c | 810 dri->image->destroyImage(image); in gbm_dri_bo_get_handle_for_plane() 849 dri->image->destroyImage(image); in gbm_dri_bo_get_plane_fd() 888 dri->image->destroyImage(image); in gbm_dri_bo_get_stride() 924 dri->image->destroyImage(image); in gbm_dri_bo_get_offset() 973 dri->image->destroyImage(bo->image); in gbm_dri_bo_destroy() 1040 dri->image->destroyImage(image); in gbm_dri_bo_import() 1116 dri->image->destroyImage(image); in gbm_dri_bo_import() 1129 dri->image->destroyImage(bo->image); in gbm_dri_bo_import()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | Image.cpp | 61 device.destroyImage(image); in ~Image()
|
/third_party/vk-gl-cts/framework/egl/wrapper/ |
D | eglwFunctions.inl | 26 eglDestroyImageFunc destroyImage; variable
|
D | eglwInitCore.inl | 21 dst->destroyImage = (eglDestroyImageFunc) loader->get("eglDestroyImage");
|
D | eglwFuncPtrLibraryImpl.inl | 107 EGLBoolean FuncPtrLibrary::destroyImage (EGLDisplay dpy, EGLImage image) const function in FuncPtrLibrary 109 return m_egl.destroyImage(dpy, image);
|
D | eglwFuncPtrLibraryDecl.inl | 26 EGLBoolean destroyImage (EGLDisplay dpy, EGLImage image) const;
|
D | eglwLibrary.inl | 26 virtual EGLBoolean destroyImage (EGLDisplay dpy, EGLImage image) const …
|
D | eglwImpl.inl | 132 return egl->destroyImage(dpy, image);
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_ohos.c | 309 dri2_dpy->image->destroyImage(dri2_surf->dri_image_back); in ohos_window_enqueue_buffer() 443 dri2_dpy->image->destroyImage(dri2_surf->dri_image_back); in ohos_destroy_surface() 449 dri2_dpy->image->destroyImage(dri2_surf->dri_image_front); in ohos_destroy_surface() 990 dri2_dpy->image->destroyImage(dri2_surf->dri_image_back); in ohos_display_shared_buffer()
|
D | platform_wayland.c | 805 dri2_dpy->image->destroyImage(dri2_surf->color_buffers[i].dri_image); in dri2_wl_destroy_surface() 807 dri2_dpy->image->destroyImage(dri2_surf->color_buffers[i].linear_copy); in dri2_wl_destroy_surface() 870 dri2_dpy->image->destroyImage(dri2_surf->color_buffers[i].dri_image); in dri2_wl_release_buffers() 872 dri2_dpy->image->destroyImage(dri2_surf->color_buffers[i].linear_copy); in dri2_wl_release_buffers() 1156 dri2_dpy->image->destroyImage(dri2_surf->color_buffers[i].dri_image); in update_buffers() 1158 dri2_dpy->image->destroyImage(dri2_surf->color_buffers[i].linear_copy); in update_buffers() 1445 dri2_dpy->image->destroyImage(p_image); in create_wl_buffer()
|
D | platform_android.c | 569 dri2_dpy->image->destroyImage(dri2_surf->dri_image_back); in droid_window_enqueue_buffer() 768 dri2_dpy->image->destroyImage(dri2_surf->dri_image_back); in droid_destroy_surface() 774 dri2_dpy->image->destroyImage(dri2_surf->dri_image_front); in droid_destroy_surface() 1448 dri2_dpy->image->destroyImage(dri2_surf->dri_image_back); in droid_display_shared_buffer()
|
D | platform_device.c | 67 dri2_dpy->image->destroyImage(dri2_surf->front); in device_free_images()
|
D | platform_surfaceless.c | 60 dri2_dpy->image->destroyImage(dri2_surf->front); in surfaceless_free_images()
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
D | EGLImageWrappingTests.cpp | 63 ScopedEGLImage(PFNEGLDESTROYIMAGEPROC destroyImage, in ScopedEGLImage() argument 68 : mDestroyImage(destroyImage), in ScopedEGLImage()
|
/third_party/mesa3d/src/loader/ |
D | loader_dri3_helper.c | 344 draw->ext->image->destroyImage(buffer->image); in dri3_free_render_buffer() 346 draw->ext->image->destroyImage(buffer->linear_buffer); in dri3_free_render_buffer() 1577 draw->ext->image->destroyImage(image); in dri3_alloc_render_buffer() 1622 draw->ext->image->destroyImage(linear_buffer_display_gpu); in dri3_alloc_render_buffer() 1677 draw->ext->image->destroyImage(pixmap_buffer); in dri3_alloc_render_buffer() 1680 draw->ext->image->destroyImage(buffer->image); in dri3_alloc_render_buffer() 1851 image->destroyImage(image_planar); in loader_dri3_create_image()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
D | ClearImageBenchmarks.cpp | 105 device.destroyImage(image, nullptr); in ~ClearImageBenchmark()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiNullHandleTests.cpp | 91 context.getDeviceInterface().destroyImage(context.getDevice(), image, pAllocator); in release()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiNullHandleTests.cpp | 91 context.getDeviceInterface().destroyImage(context.getDevice(), image, pAllocator); in release()
|
/third_party/vk-gl-cts/framework/platform/ohos/display/ |
D | tcuOhosNativeDisplay.hpp | 74 eglw::EGLBoolean destroyImage(eglw::EGLDisplay dpy, eglw::EGLImage image) const;
|
D | tcuOhosNativeDisplay.cpp | 173 eglw::EGLBoolean OhosLibrary::destroyImage(eglw::EGLDisplay dpy, eglw::EGLImage image) const in destroyImage() function in OhosLibrary
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Display.h | 207 void destroyImage(Image *image);
|
D | Display.cpp | 1057 destroyImage(*mImageSet.begin()); in terminate() 1520 void Display::destroyImage(egl::Image *image) in destroyImage() function in egl::Display
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceFunctionPointers.inl | 46 DestroyImageFunc destroyImage; variable
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri2.c | 1852 .destroyImage = dri2_destroy_image, 1882 .destroyImage = dri2_destroy_image, 1912 .destroyImage = dri2_destroy_image,
|
D | drisw.c | 470 .destroyImage = dri2_destroy_image,
|