/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_eglimage.c | 74 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/ |
D | efi_init.c | 56 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/ |
D | t3.c | 6 EFI_HANDLE image_handle, in efi_main() argument 16 InitializeLib(image_handle, systab); in efi_main() 36 image_handle, in efi_main()
|
D | t.c | 17 efi_main (EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *systab) in efi_main() argument 21 InitializeLib(image_handle, systab); in efi_main()
|
D | route80h.c | 101 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()
|
D | modelist.c | 97 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/ |
D | efiprefix.c | 31 EFI_STATUS EFIAPI _start ( EFI_HANDLE image_handle, in _start() argument 36 if ( ( efirc = efi_init ( image_handle, systab ) ) != 0 ) in _start()
|
D | efidrvprefix.c | 32 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/ |
D | main.c | 62 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()
|
D | efi.h | 45 extern EFI_HANDLE image_handle;
|
/external/syslinux/gpxe/src/include/gpxe/efi/ |
D | efi.h | 138 extern EFI_STATUS efi_init ( EFI_HANDLE image_handle,
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_texture.h | 77 GLeglImageOES image_handle);
|
D | radeon_texture.c | 538 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()
|
D | radeon_fbo.c | 563 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/ |
D | radeon_texture.h | 77 GLeglImageOES image_handle);
|
D | radeon_texture.c | 538 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()
|
D | radeon_fbo.c | 563 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/ |
D | intel_tex_image.c | 345 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()
|
D | intel_fbo.c | 236 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/ |
D | intel_tex_image.c | 404 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()
|
D | intel_fbo.c | 331 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/ |
D | dd.h | 868 GLeglImageOES image_handle); 871 void *image_handle);
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 10895 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()
|