Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c74 GLeglImageOES image_handle) in st_egl_image_target_renderbuffer_storage() argument
80 ps = st_manager_get_egl_image_surface(st, (void *) image_handle); in st_egl_image_target_renderbuffer_storage()
160 GLeglImageOES image_handle) in st_egl_image_target_texture_2d() argument
165 ps = st_manager_get_egl_image_surface(st, (void *) image_handle); in st_egl_image_target_texture_2d()
/external/syslinux/gpxe/src/interface/efi/
Defi_init.c56 EFI_STATUS efi_init ( EFI_HANDLE image_handle, in efi_init() argument
64 efi_image_handle = image_handle; in efi_init()
81 DBGC ( systab, "EFI handle %p systab %p\n", image_handle, systab ); in efi_init()
/external/syslinux/gnu-efi/gnu-efi-3.0/apps/
Dt3.c6 EFI_HANDLE image_handle, in efi_main() argument
16 InitializeLib(image_handle, systab); in efi_main()
36 image_handle, in efi_main()
Dt.c17 efi_main (EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *systab) in efi_main() argument
21 InitializeLib(image_handle, systab); in efi_main()
Droute80h.c101 efi_main (EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *systab) in efi_main() argument
103 InitializeLib(image_handle, systab); in efi_main()
117 ImageHandle = image_handle; in efi_main()
Dmodelist.c97 efi_main (EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *systab) in efi_main() argument
102 InitializeLib(image_handle, systab); in efi_main()
/external/syslinux/gpxe/src/arch/x86/prefix/
Defiprefix.c31 EFI_STATUS EFIAPI _start ( EFI_HANDLE image_handle, in _start() argument
36 if ( ( efirc = efi_init ( image_handle, systab ) ) != 0 ) in _start()
Defidrvprefix.c32 EFI_STATUS EFIAPI _start ( EFI_HANDLE image_handle, in _start() argument
37 if ( ( efirc = efi_init ( image_handle, systab ) ) != 0 ) in _start()
/external/syslinux/efi/
Dmain.c62 image_handle, handles[i], in efi_create_binding()
68 image_handle, handles[i]); in efi_create_binding()
82 image_handle, sbp, in efi_create_binding()
99 image_handle, handles[i]); in efi_create_binding()
108 efi_close_protocol(b->child, guid, image_handle, b->binding); in efi_destroy_binding()
110 efi_close_protocol(b->parent, guid, image_handle, b->parent); in efi_destroy_binding()
457 EFI_HANDLE image_handle; variable
802 func(image_handle, ST, bp, address); in handover_boot()
1035 status = uefi_call_wrapper(BS->ExitBootServices, 2, image_handle, key); in exit_boot()
1267 image_handle = image; in efi_main()
Defi.h45 extern EFI_HANDLE image_handle;
/external/syslinux/gpxe/src/include/gpxe/efi/
Defi.h138 extern EFI_STATUS efi_init ( EFI_HANDLE image_handle,
/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.c563 void *image_handle) in radeon_image_target_renderbuffer_storage() argument
571 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.c563 void *image_handle) in radeon_image_target_renderbuffer_storage() argument
571 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in radeon_image_target_renderbuffer_storage()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_image.c345 GLeglImageOES image_handle) in intel_image_target_texture_2d() argument
352 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/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_image.c404 GLeglImageOES image_handle) in intel_image_target_texture_2d() argument
411 image = dri_screen->dri2.image->lookupEGLImage(dri_screen, image_handle, in intel_image_target_texture_2d()
Dintel_fbo.c331 void *image_handle) in intel_image_target_renderbuffer_storage() argument
338 image = dri_screen->dri2.image->lookupEGLImage(dri_screen, image_handle, in intel_image_target_renderbuffer_storage()
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp3012 for (auto image_handle : mem_info->bound_images) { in ValidateMapImageLayouts() local
3013 auto img_it = mem_info->bound_ranges.find(image_handle); in ValidateMapImageLayouts()
3017 if (FindLayouts(device_data, VkImage(image_handle), layouts)) { in ValidateMapImageLayouts()
3206 … const char *image_layer_count_var_name, const uint64_t image_handle, in ValidateImageSubresourceRange() argument
3213 …data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, __LINE__, in ValidateImageSubresourceRange()
3223 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateImageSubresourceRange()
3230 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateImageSubresourceRange()
3243 …data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, __LINE__, in ValidateImageSubresourceRange()
3253 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateImageSubresourceRange()
3261 …sg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, in ValidateImageSubresourceRange()
Dcore_validation.cpp9481 uint64_t image_handle = HandleToUint64(image); in PreCallValidateBindImageMemory() local
9482 skip = ValidateSetMemBinding(dev_data, mem, image_handle, kVulkanObjectTypeImage, api_name); in PreCallValidateBindImageMemory()
9488 image_handle, __LINE__, DRAWSTATE_INVALID_IMAGE, "DS", in PreCallValidateBindImageMemory()
9491 api_name, HandleToUint64(image_handle)); in PreCallValidateBindImageMemory()
9510 image_handle, __LINE__, VALIDATION_ERROR_17400830, "DS", in PreCallValidateBindImageMemory()
9522 image_handle, __LINE__, VALIDATION_ERROR_17400832, "DS", in PreCallValidateBindImageMemory()
9546 uint64_t image_handle = HandleToUint64(image); in PostCallRecordBindImageMemory() local
9547 …SetMemBinding(dev_data, mem, image_state, memoryOffset, image_handle, kVulkanObjectTypeImage, api_… in PostCallRecordBindImageMemory()
/external/mesa3d/src/mesa/main/
Ddd.h868 GLeglImageOES image_handle);
871 void *image_handle);