OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DestroyImage
(Results
76 - 100
of
136
) sorted by null
1
2
3
4
5
6
/external/vulkan-validation-layers/loader/
table_ops.h
115
table->
DestroyImage
= (PFN_vkDestroyImage)gpa(dev, "vkDestroyImage");
364
if (!strcmp(name, "
DestroyImage
"))
365
return (void *)table->
DestroyImage
;
[
all
...]
/frameworks/native/vulkan/libvulkan/
swapchain.cpp
193
GetData(device).driver.
DestroyImage
(device, image.image, nullptr);
701
dispatch.
DestroyImage
(device, img.image, nullptr);
[
all
...]
api_gen.cpp
191
INIT_PROC(dev,
DestroyImage
);
335
VKAPI_ATTR void
DestroyImage
(VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocator);
[
all
...]
/external/ImageMagick/coders/
psd.c
549
layer_info[i].image=
DestroyImage
(layer_info[i].image);
551
layer_info[i].mask.image=
DestroyImage
(layer_info[i].mask.image);
[
all
...]
tiff.c
407
image=
DestroyImage
(image);
425
image=
DestroyImage
(image);
[
all
...]
djvu.c
711
image=
DestroyImage
(image);
hdr.c
205
image=
DestroyImage
(image);
pcl.c
339
image=
DestroyImage
(image);
txt.c
348
texture=
DestroyImage
(texture);
ps3.c
234
group4_image=
DestroyImage
(group4_image);
600
mask_image=
DestroyImage
(mask_image);
[
all
...]
png.c
[
all
...]
jpeg.c
[
all
...]
ps.c
815
image=
DestroyImage
(image);
[
all
...]
dib.c
905
image=
DestroyImage
(image);
[
all
...]
/external/ImageMagick/MagickCore/
cache-view.c
268
cache_view->image=
DestroyImage
(cache_view->image);
[
all
...]
matrix.c
368
% The format of the
DestroyImage
method is:
[
all
...]
xwindow.c
336
magick_windows[i]->image=
DestroyImage
(magick_windows[i]->image);
657
annotate_image=
DestroyImage
(annotate_image);
709
annotate_image=
DestroyImage
(annotate_image);
[
all
...]
threshold.c
223
threshold_image=
DestroyImage
(threshold_image);
360
threshold_image=
DestroyImage
(threshold_image);
[
all
...]
morphology.c
[
all
...]
fourier.c
934
magnitude_image=
DestroyImage
(magnitude_image);
[
all
...]
compress.c
877
huffman_image=
DestroyImage
(huffman_image);
[
all
...]
histogram.c
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp
[
all
...]
/external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp
[
all
...]
/external/ImageMagick/MagickWand/
wand-view.c
202
wand_view->image=
DestroyImage
(wand_view->image);
[
all
...]
Completed in 197 milliseconds
1
2
3
4
5
6