Home
last modified time | relevance | path

Searched refs:destroyImage (Results 1 - 25 of 31) sorted by relevance

12

/third_party/mesa3d/src/gbm/backends/dri/
H A Dgbm_dri.c810 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/
H A DImage.cpp61 device.destroyImage(image); in ~Image()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_ohos.c309 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()
H A Dplatform_android.c569 dri2_dpy->image->destroyImage(dri2_surf->dri_image_back);
768 dri2_dpy->image->destroyImage(dri2_surf->dri_image_back);
774 dri2_dpy->image->destroyImage(dri2_surf->dri_image_front);
1448 dri2_dpy->image->destroyImage(dri2_surf->dri_image_back);
H A Dplatform_wayland.c805 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()
H A Dplatform_device.c67 dri2_dpy->image->destroyImage(dri2_surf->front); in device_free_images()
H A Dplatform_surfaceless.c60 dri2_dpy->image->destroyImage(dri2_surf->front); in surfaceless_free_images()
H A Degl_dri2.c3202 dri2_dpy->image->destroyImage(dri2_img->dri_image); in dri2_destroy_image_khr()
3249 dri2_dpy->image->destroyImage(img); in dri2_wl_reference_buffer()
3260 dri2_dpy->image->destroyImage(buffer->driver_buffer); in dri2_wl_release_buffer()
/third_party/mesa3d/src/loader/
H A Dloader_dri3_helper.c344 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/
H A DClearImageBenchmarks.cpp105 device.destroyImage(image, nullptr); in ~ClearImageBenchmark()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DEGLImageWrappingTests.cpp63 ScopedEGLImage(PFNEGLDESTROYIMAGEPROC destroyImage, in ScopedEGLImage() argument
68 : mDestroyImage(destroyImage), in ScopedEGLImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiNullHandleTests.cpp91 context.getDeviceInterface().destroyImage(context.getDevice(), image, pAllocator); in release()
H A DvktApiMemoryRequirementInvarianceTests.cpp224 vk.destroyImage(device, m_image.disown(), DE_NULL); in deallocate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiNullHandleTests.cpp91 context.getDeviceInterface().destroyImage(context.getDevice(), image, pAllocator); in release()
H A DvktApiMemoryRequirementInvarianceTests.cpp218 vk.destroyImage(device, m_image.disown(), DE_NULL); in deallocate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DDisplay.h207 void destroyImage(Image *image);
H A DDisplay.cpp1057 destroyImage(*mImageSet.begin()); in terminate()
1520 void Display::destroyImage(egl::Image *image) in destroyImage() function in egl::Display
/third_party/vk-gl-cts/framework/platform/ohos/display/
H A DtcuOhosNativeDisplay.hpp74 eglw::EGLBoolean destroyImage(eglw::EGLDisplay dpy, eglw::EGLImage image) const;
H A DtcuOhosNativeDisplay.cpp173 eglw::EGLBoolean OhosLibrary::destroyImage(eglw::EGLDisplay dpy, eglw::EGLImage image) const in destroyImage() function in OhosLibrary
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddrisw.c470 .destroyImage = dri2_destroy_image,
H A Ddri2.c1852 .destroyImage = dri2_destroy_image,
1882 .destroyImage = dri2_destroy_image,
1912 .destroyImage = dri2_destroy_image,
H A Dkopper.c380 image->destroyImage(image_planar); in dri3_create_image()
/third_party/mesa3d/include/GL/internal/
H A Ddri_interface.h1374 void (*destroyImage)(__DRIimage *image); member
1525 * The created image should be destroyed with destroyImage().
1663 * The created image should be destroyed with destroyImage().
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Degl_ext_stubs.cpp137 display->destroyImage(img); in DestroyImageKHR()
H A Degl_stubs.cpp294 display->destroyImage(img); in DestroyImage()

Completed in 41 milliseconds

12