Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:DestroyImage
(Results
1 - 15
of
15
) sorted by relevance
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H
A
D
gl_utils.h
58
static void
DestroyImage
(EGLImageKHR img);
H
A
D
gl_utils.cpp
241
void GLUtils::
DestroyImage
(EGLImageKHR img)
in DestroyImage()
function in OHOS::Media::Effect::GLUtils
/foundation/multimedia/image_effect/frameworks/native/render_environment/
H
A
D
render_environment.cpp
425
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
D
gpu_memory_allocator_vk.h
79
void
DestroyImage
(VkImage image, VmaAllocation allocation);
H
A
D
gpu_memory_allocator_vk.cpp
325
void PlatformGpuMemoryAllocator::
DestroyImage
(VkImage image, VmaAllocation allocation)
in DestroyImage()
function in PlatformGpuMemoryAllocator
H
A
D
gpu_image_vk.cpp
276
gpuMemAllocator->
DestroyImage
(plat_.image, mem_.allocation);
in ~GpuImageVk()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H
A
D
egl_wrapper_display.h
94
EGLBoolean
DestroyImage
(EGLImage img);
H
A
D
egl_wrapper_entry.cpp
756
return display->
DestroyImage
(img);
in EglDestroyImageImpl()
H
A
D
egl_wrapper_display.cpp
828
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
D
rs_vulkan_context.h
134
DEFINE_FUNC(
DestroyImage
);
H
A
D
rs_vulkan_context.cpp
358
ACQUIRE_PROC(
DestroyImage
, device_);
in SetupDeviceProcAddresses()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H
A
D
eglwrapperdisplay_fuzzer.cpp
169
eglWrapperDisplay->
DestroyImage
(img1);
in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H
A
D
egl_wrapper_display_test.cpp
417
auto result = eglWrapperDisplay->
DestroyImage
(nullptr);
in HWTEST_F()
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/
H
A
D
image_sink_filter.cpp
517
GLUtils::
DestroyImage
(img);
in PushData()
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H
A
D
swapchain_layer.cpp
467
pDisp->
DestroyImage
(device, image.image, nullptr);
Completed in 18 milliseconds