Home
last modified time | relevance | path

Searched refs:destroyImage (Results 1 – 25 of 45) sorted by relevance

12

/third_party/mesa3d/src/gbm/backends/dri/
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/
DImage.cpp61 device.destroyImage(image); in ~Image()
/third_party/vk-gl-cts/framework/egl/wrapper/
DeglwFunctions.inl26 eglDestroyImageFunc destroyImage; variable
DeglwInitCore.inl21 dst->destroyImage = (eglDestroyImageFunc) loader->get("eglDestroyImage");
DeglwFuncPtrLibraryImpl.inl107 EGLBoolean FuncPtrLibrary::destroyImage (EGLDisplay dpy, EGLImage image) const function in FuncPtrLibrary
109 return m_egl.destroyImage(dpy, image);
DeglwFuncPtrLibraryDecl.inl26 EGLBoolean destroyImage (EGLDisplay dpy, EGLImage image) const;
DeglwLibrary.inl26 virtual EGLBoolean destroyImage (EGLDisplay dpy, EGLImage image) const …
DeglwImpl.inl132 return egl->destroyImage(dpy, image);
/third_party/mesa3d/src/egl/drivers/dri2/
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()
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()
Dplatform_android.c569 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()
Dplatform_device.c67 dri2_dpy->image->destroyImage(dri2_surf->front); in device_free_images()
Dplatform_surfaceless.c60 dri2_dpy->image->destroyImage(dri2_surf->front); in surfaceless_free_images()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DEGLImageWrappingTests.cpp63 ScopedEGLImage(PFNEGLDESTROYIMAGEPROC destroyImage, in ScopedEGLImage() argument
68 : mDestroyImage(destroyImage), in ScopedEGLImage()
/third_party/mesa3d/src/loader/
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/
DClearImageBenchmarks.cpp105 device.destroyImage(image, nullptr); in ~ClearImageBenchmark()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiNullHandleTests.cpp91 context.getDeviceInterface().destroyImage(context.getDevice(), image, pAllocator); in release()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp91 context.getDeviceInterface().destroyImage(context.getDevice(), image, pAllocator); in release()
/third_party/vk-gl-cts/framework/platform/ohos/display/
DtcuOhosNativeDisplay.hpp74 eglw::EGLBoolean destroyImage(eglw::EGLDisplay dpy, eglw::EGLImage image) const;
DtcuOhosNativeDisplay.cpp173 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/
DDisplay.h207 void destroyImage(Image *image);
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/build/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl46 DestroyImageFunc destroyImage; variable
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri2.c1852 .destroyImage = dri2_destroy_image,
1882 .destroyImage = dri2_destroy_image,
1912 .destroyImage = dri2_destroy_image,
Ddrisw.c470 .destroyImage = dri2_destroy_image,

12