Home
last modified time | relevance | path

Searched refs:DestroyImage (Results 1 - 15 of 15) sorted by relevance

/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Dgl_utils.h58 static void DestroyImage(EGLImageKHR img);
H A Dgl_utils.cpp241 void GLUtils::DestroyImage(EGLImageKHR img) in DestroyImage() function in OHOS::Media::Effect::GLUtils
/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.cpp425 GLUtils::DestroyImage(img); in ConvertYUV2RGBA()
445 GLUtils::DestroyImage(img); in ConvertRGBA2YUV()
502 GLUtils::DestroyImage(img); in DrawSurfaceBufferFromTex()
523 GLUtils::DestroyImage(img); in DrawFlipSurfaceBufferFromTex()
547 GLUtils::DestroyImage(img); in DrawTexFromSurfaceBuffer()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_memory_allocator_vk.h79 void DestroyImage(VkImage image, VmaAllocation allocation);
H A Dgpu_memory_allocator_vk.cpp325 void PlatformGpuMemoryAllocator::DestroyImage(VkImage image, VmaAllocation allocation) in DestroyImage() function in PlatformGpuMemoryAllocator
H A Dgpu_image_vk.cpp276 gpuMemAllocator->DestroyImage(plat_.image, mem_.allocation); in ~GpuImageVk()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h94 EGLBoolean DestroyImage(EGLImage img);
H A Degl_wrapper_entry.cpp756 return display->DestroyImage(img); in EglDestroyImageImpl()
H A Degl_wrapper_display.cpp828 EGLBoolean EglWrapperDisplay::DestroyImage(EGLImage img) in DestroyImage() function in OHOS::EglWrapperDisplay
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_vulkan_context.h134 DEFINE_FUNC(DestroyImage);
H A Drs_vulkan_context.cpp358 ACQUIRE_PROC(DestroyImage, device_); in SetupDeviceProcAddresses()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp169 eglWrapperDisplay->DestroyImage(img1); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_display_test.cpp417 auto result = eglWrapperDisplay->DestroyImage(nullptr); in HWTEST_F()
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/
H A Dimage_sink_filter.cpp517 GLUtils::DestroyImage(img); in PushData()
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp467 pDisp->DestroyImage(device, image.image, nullptr);

Completed in 16 milliseconds