Home
last modified time | relevance | path

Searched refs:image_handle (Results 1 – 23 of 23) 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/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/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/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/mesa3d/src/mesa/main/
Ddd.h868 GLeglImageOES image_handle);
871 void *image_handle);
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp10895 for (auto image_handle : mem_info->bound_images) { in ValidateMapImageLayouts() local
10896 auto img_it = mem_info->bound_ranges.find(image_handle); in ValidateMapImageLayouts()
10900 if (FindLayouts(dev_data, VkImage(image_handle), layouts)) { in ValidateMapImageLayouts()
11089 uint64_t image_handle = reinterpret_cast<uint64_t &>(image); in BindImageMemory() local
11090 …skip_call = SetMemBinding(dev_data, mem, image_handle, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, "vkB… in BindImageMemory()