Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dheic.c172 *image_handle; in ReadHEICImage() local
222 image_handle=(struct heif_image_handle *) NULL; in ReadHEICImage()
223 error=heif_context_get_primary_image_handle(heif_context,&image_handle); in ReadHEICImage()
232 count=heif_image_handle_get_list_of_metadata_block_IDs(image_handle,"Exif", in ReadHEICImage()
242 exif_size=heif_image_handle_get_metadata_size(image_handle,exif_id); in ReadHEICImage()
245 heif_image_handle_release(image_handle); in ReadHEICImage()
253 error=heif_image_handle_get_metadata(image_handle, in ReadHEICImage()
278 image->columns=(size_t) heif_image_handle_get_width(image_handle); in ReadHEICImage()
279 image->rows=(size_t) heif_image_handle_get_height(image_handle); in ReadHEICImage()
283 heif_image_handle_release(image_handle); in ReadHEICImage()
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c76 st_get_egl_image(struct gl_context *ctx, GLeglImageOES image_handle, in st_get_egl_image() argument
88 if (!smapi->get_egl_image(smapi, (void *) image_handle, out)) { in st_get_egl_image()
137 GLeglImageOES image_handle) in st_egl_image_target_renderbuffer_storage() argument
142 if (st_get_egl_image(ctx, image_handle, PIPE_BIND_RENDER_TARGET, in st_egl_image_target_renderbuffer_storage()
244 GLeglImageOES image_handle) in st_egl_image_target_texture_2d() argument
248 if (!st_get_egl_image(ctx, image_handle, PIPE_BIND_SAMPLER_VIEW, in st_egl_image_target_texture_2d()
/external/u-boot/cmd/
Dbootefi.c172 efi_handle_t image_handle, struct efi_system_table *st, in efi_do_enter() argument
174 efi_handle_t image_handle, in efi_do_enter()
180 ret = entry(image_handle, st); in efi_do_enter()
181 st->boottime->exit(image_handle, ret, 0, NULL); in efi_do_enter()
187 efi_handle_t image_handle, struct efi_system_table *st), in efi_run_in_el2() argument
188 efi_handle_t image_handle, struct efi_system_table *st) in efi_run_in_el2()
193 return efi_do_enter(image_handle, st, entry); in efi_run_in_el2()
275 EFIAPI efi_status_t (*entry)(efi_handle_t image_handle, in do_bootefi_exec()
/external/u-boot/lib/efi_selftest/
Defi_selftest_startimage_return.c22 static efi_handle_t image_handle; variable
87 image_handle = handle; in setup()
127 ret = boottime->load_image(false, image_handle, NULL, image, in execute()
Defi_selftest_startimage_exit.c22 static efi_handle_t image_handle; variable
87 image_handle = handle; in setup()
127 ret = boottime->load_image(false, image_handle, NULL, image, in execute()
Defi_selftest.c226 efi_status_t EFIAPI efi_selftest(efi_handle_t image_handle, in efi_selftest() argument
237 handle = image_handle; in efi_selftest()
241 ret = boottime->handle_protocol(image_handle, &efi_guid_loaded_image, in efi_selftest()
/external/u-boot/lib/efi_loader/
Defi_boottime.c1566 efi_handle_t *image_handle) in efi_load_image() argument
1573 file_path, source_buffer, source_size, image_handle); in efi_load_image()
1575 if (!image_handle || !parent_image) { in efi_load_image()
1626 *image_handle = obj->handle; in efi_load_image()
1647 static efi_status_t EFIAPI efi_start_image(efi_handle_t image_handle, in efi_start_image() argument
1651 EFIAPI efi_status_t (*entry)(efi_handle_t image_handle, in efi_start_image()
1653 struct efi_loaded_image *info = image_handle; in efi_start_image()
1656 EFI_ENTRY("%p, %p, %p", image_handle, exit_data_size, exit_data); in efi_start_image()
1690 ret = EFI_CALL(entry(image_handle, &systab)); in efi_start_image()
1698 return EFI_CALL(systab.boottime->exit(image_handle, ret, 0, NULL)); in efi_start_image()
[all …]
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.h77 GLeglImageOES image_handle);
Dradeon_texture.c538 GLeglImageOES image_handle) in radeon_image_target_texture_2d() argument
547 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in radeon_image_target_texture_2d()
Dradeon_fbo.c561 void *image_handle) in radeon_image_target_renderbuffer_storage() argument
569 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in radeon_image_target_renderbuffer_storage()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.h77 GLeglImageOES image_handle);
Dradeon_texture.c538 GLeglImageOES image_handle) in radeon_image_target_texture_2d() argument
547 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in radeon_image_target_texture_2d()
Dradeon_fbo.c561 void *image_handle) in radeon_image_target_renderbuffer_storage() argument
569 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.c236 void *image_handle) in intel_image_target_renderbuffer_storage() argument
244 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in intel_image_target_renderbuffer_storage()
/external/u-boot/lib/efi_driver/
Defi_uclass.c271 bp->bp.image_handle = bp->bp.driver_binding_handle; in efi_add_driver()
/external/u-boot/include/
Defi_loader.h436 efi_status_t EFIAPI efi_selftest(efi_handle_t image_handle,
Defi_api.h117 efi_status_t (EFIAPI *unload_image)(efi_handle_t image_handle);
951 efi_handle_t image_handle; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_image.c552 GLeglImageOES image_handle) in intel_image_target_texture_2d() argument
559 image = dri_screen->dri2.image->lookupEGLImage(dri_screen, image_handle, in intel_image_target_texture_2d()
Dintel_fbo.c332 void *image_handle) in intel_image_target_renderbuffer_storage() argument
339 image = dri_screen->dri2.image->lookupEGLImage(dri_screen, image_handle, in intel_image_target_renderbuffer_storage()
/external/mesa3d/src/mesa/main/
Ddd.h881 GLeglImageOES image_handle);
884 void *image_handle);
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp3675 for (auto image_handle : mem_info->bound_images) { in ValidateMapImageLayouts() local
3676 auto img_it = mem_info->bound_ranges.find(image_handle); in ValidateMapImageLayouts()
3680 if (FindLayouts(device_data, VkImage(image_handle), layouts)) { in ValidateMapImageLayouts()
4049 … const uint64_t image_handle, SubresourceRangeErrorCodes errorCodes) { in ValidateImageSubresourceRange() argument
4054 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateImageSubresourceRange()
4063 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateImageSubresourceRange()
4069 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateImageSubresourceRange()
4081 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateImageSubresourceRange()
4090 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateImageSubresourceRange()
4097 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateImageSubresourceRange()
Dcore_validation.cpp10932 uint64_t image_handle = HandleToUint64(image); in ValidateBindImageMemory() local
10933 … skip = ValidateSetMemBinding(device_data, mem, image_handle, kVulkanObjectTypeImage, api_name); in ValidateBindImageMemory()
10939 image_handle, kVUID_Core_DrawState_InvalidImage, in ValidateBindImageMemory()
10941 api_name, device_data->report_data->FormatHandle(image_handle).c_str()); in ValidateBindImageMemory()
10958 image_handle, "VUID-vkBindImageMemory-memoryOffset-01048", in ValidateBindImageMemory()
10969 image_handle, "VUID-vkBindImageMemory-size-01049", in ValidateBindImageMemory()
10984 image_handle, validation_error, in ValidateBindImageMemory()
10989 … device_data->report_data->FormatHandle(image_handle).c_str(), memoryOffset); in ValidateBindImageMemory()
11012 uint64_t image_handle = HandleToUint64(image); in UpdateBindImageMemoryState() local
11013 … SetMemBinding(device_data, mem, image_state, memoryOffset, image_handle, kVulkanObjectTypeImage); in UpdateBindImageMemoryState()
Dcore_validation.h687 … const uint64_t image_handle, SubresourceRangeErrorCodes errorCodes);