Home
last modified time | relevance | path

Searched refs:image_handle (Results 1 – 20 of 20) sorted by relevance

/external/arm-trusted-firmware/drivers/partition/
Dpartition.c46 static int load_mbr_header(uintptr_t image_handle, mbr_entry_t *mbr_entry) in load_mbr_header() argument
54 result = io_seek(image_handle, IO_SEEK_SET, MBR_OFFSET); in load_mbr_header()
59 result = io_read(image_handle, (uintptr_t)&mbr_sector, in load_mbr_header()
80 static int load_gpt_header(uintptr_t image_handle) in load_gpt_header() argument
86 result = io_seek(image_handle, IO_SEEK_SET, GPT_HEADER_OFFSET); in load_gpt_header()
90 result = io_read(image_handle, (uintptr_t)&header, in load_gpt_header()
108 static int load_mbr_entry(uintptr_t image_handle, mbr_entry_t *mbr_entry, in load_mbr_entry() argument
117 result = io_seek(image_handle, IO_SEEK_SET, MBR_OFFSET); in load_mbr_entry()
122 result = io_read(image_handle, (uintptr_t)&mbr_sector, in load_mbr_entry()
142 static int load_mbr_entries(uintptr_t image_handle) in load_mbr_entries() argument
[all …]
/external/ImageMagick/coders/
Dheic.c139 struct heif_image_handle *image_handle,ExceptionInfo *exception) in ReadHEICColorProfile() argument
148 length=heif_image_handle_get_raw_color_profile_size(image_handle); in ReadHEICColorProfile()
163 error=heif_image_handle_get_raw_color_profile(image_handle, in ReadHEICColorProfile()
185 struct heif_image_handle *image_handle,ExceptionInfo *exception) in ReadHEICExifProfile() argument
196 count=heif_image_handle_get_list_of_metadata_block_IDs(image_handle,"Exif", in ReadHEICExifProfile()
206 exif_size=heif_image_handle_get_metadata_size(image_handle,exif_id); in ReadHEICExifProfile()
216 error=heif_image_handle_get_metadata(image_handle, in ReadHEICExifProfile()
256 Image *image,struct heif_image_handle *image_handle, in ReadHEICImageByID() argument
284 image->columns=(size_t) heif_image_handle_get_width(image_handle); in ReadHEICImageByID()
285 image->rows=(size_t) heif_image_handle_get_height(image_handle); in ReadHEICImageByID()
[all …]
/external/arm-trusted-firmware/docs/resources/diagrams/plantuml/
Dio_framework_usage_overview.puml36 bl_common -> io_storage : io_open(dev_handle, image_spec, &image_handle)
38 bl_common <-- io_storage : image_handle
39 bl_common -> io_storage : io_size(image_handle, &image_size)
41 bl_common -> io_storage : io_read(image_handle, image_base, image_size, &bytes_read)
43 bl_common -> io_storage : io_close(image_handle)
/external/arm-trusted-firmware/common/
Dbl_common.c73 uintptr_t image_handle; in load_image() local
94 io_result = io_open(dev_handle, image_spec, &image_handle); in load_image()
104 io_result = io_size(image_handle, &image_size); in load_image()
126 io_result = io_read(image_handle, image_base, image_size, &bytes_read); in load_image()
136 (void)io_close(image_handle); in load_image()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c139 st_get_egl_image(struct gl_context *ctx, GLeglImageOES image_handle, in st_get_egl_image() argument
152 if (!smapi->get_egl_image(smapi, (void *) image_handle, out)) { in st_get_egl_image()
204 GLeglImageOES image_handle) in st_egl_image_target_renderbuffer_storage() argument
210 if (st_get_egl_image(ctx, image_handle, PIPE_BIND_RENDER_TARGET, in st_egl_image_target_renderbuffer_storage()
349 GLeglImageOES image_handle) in st_egl_image_target_texture_2d() argument
354 if (!st_get_egl_image(ctx, image_handle, PIPE_BIND_SAMPLER_VIEW, in st_egl_image_target_texture_2d()
369 GLeglImageOES image_handle) in st_egl_image_target_tex_storage() argument
374 if (!st_get_egl_image(ctx, image_handle, PIPE_BIND_SAMPLER_VIEW, in st_egl_image_target_tex_storage()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_image.c609 GLeglImageOES image_handle, in intel_image_target_texture() argument
617 image = dri_screen->dri2.image->lookupEGLImage(dri_screen, image_handle, in intel_image_target_texture()
673 GLeglImageOES image_handle) in intel_image_target_texture_2d() argument
675 intel_image_target_texture(ctx, target, texObj, texImage, image_handle, in intel_image_target_texture_2d()
683 GLeglImageOES image_handle) in intel_image_target_tex_storage() argument
686 intel_image_target_texture(ctx, target, texObj, texImage, image_handle, in intel_image_target_tex_storage()
Dintel_fbo.c363 void *image_handle) in intel_image_target_renderbuffer_storage() argument
370 image = dri_screen->dri2.image->lookupEGLImage(dri_screen, image_handle, in intel_image_target_renderbuffer_storage()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.h76 GLeglImageOES image_handle);
Dradeon_texture.c537 GLeglImageOES image_handle) in radeon_image_target_texture_2d() argument
546 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in radeon_image_target_texture_2d()
Dradeon_fbo.c565 void *image_handle) in radeon_image_target_renderbuffer_storage() argument
573 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in radeon_image_target_renderbuffer_storage()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.h76 GLeglImageOES image_handle);
Dradeon_texture.c537 GLeglImageOES image_handle) in radeon_image_target_texture_2d() argument
546 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in radeon_image_target_texture_2d()
Dradeon_fbo.c565 void *image_handle) in radeon_image_target_renderbuffer_storage() argument
573 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in radeon_image_target_renderbuffer_storage()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_image.c339 GLeglImageOES image_handle) in intel_image_target_texture_2d() argument
346 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in intel_image_target_texture_2d()
Dintel_fbo.c240 void *image_handle) in intel_image_target_renderbuffer_storage() argument
248 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in intel_image_target_renderbuffer_storage()
/external/mesa3d/src/mesa/main/
Ddd.h986 GLeglImageOES image_handle);
989 void *image_handle);
997 GLeglImageOES image_handle);
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp4162 … const uint64_t image_handle, SubresourceRangeErrorCodes errorCodes) const { in ValidateImageSubresourceRange() argument
4167 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateImageSubresourceRange()
4176 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateImageSubresourceRange()
4182 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateImageSubresourceRange()
4194 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateImageSubresourceRange()
4203 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateImageSubresourceRange()
4210 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateImageSubresourceRange()
Dcore_validation.cpp11923 uint64_t image_handle = HandleToUint64(bindInfo.image); in ValidateBindImageMemory() local
11928 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateBindImageMemory()
11941 …(report_data, VK_DEBUG_REPORT_WARNING_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateBindImageMemory()
11959 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateBindImageMemory()
11971 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateBindImageMemory()
11986 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateBindImageMemory()
11999 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateBindImageMemory()
12006 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateBindImageMemory()
12013 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateBindImageMemory()
12018 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateBindImageMemory()
Dcore_validation.h1294 … const char* param_name, const char* image_layer_count_var_name, const uint64_t image_handle,
/external/vulkan-validation-layers/layers/generated/
Dlayer_chassis_dispatch.cpp412 for (auto &image_handle : image_array) { in DispatchDestroySwapchainKHR() local
413 unique_id_mapping.erase(HandleToUint64(image_handle)); in DispatchDestroySwapchainKHR()