Searched refs:map_handle (Results 1 - 7 of 7) sorted by relevance

/external/qemu/android/utils/
H A Dmapfile.c165 HANDLE map_handle; local
208 map_handle = CreateFileMapping(handle, NULL, win32_prot,
210 if (map_handle != NULL) {
212 mapped_at = MapViewOfFile(map_handle, win32_map, converter.HighPart,
216 CloseHandle(map_handle);
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmw_screen_ioctl.c56 uint64_t map_handle; member in struct:vmw_region
286 region->map_handle = rep->map_handle;
337 region->drm_fd, region->map_handle);
H A Dvmwgfx_drm.h355 * @map_handle: Offset to use in the mmap() call used to map the buffer.
366 uint64_t map_handle; member in struct:drm_vmw_dmabuf_rep
/external/kernel-headers/original/uapi/drm/
H A Dnouveau_drm.h45 uint64_t map_handle; member in struct:drm_nouveau_gem_info
H A Dvmwgfx_drm.h368 * @map_handle: Offset to use in the mmap() call used to map the buffer.
379 uint64_t map_handle; member in struct:drm_vmw_dmabuf_rep
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_ioctl.c56 uint64_t map_handle; member in struct:vmw_region
286 region->map_handle = rep->map_handle;
337 region->drm_fd, region->map_handle);
H A Dvmwgfx_drm.h355 * @map_handle: Offset to use in the mmap() call used to map the buffer.
366 uint64_t map_handle; member in struct:drm_vmw_dmabuf_rep

Completed in 193 milliseconds