HomeSort by relevance Sort by last modified time
    Searched refs:map_handle (Results 1 - 22 of 22) sorted by null

  /external/libdrm/libkms/
nouveau.c 48 uint64_t map_handle; member in struct:nouveau_bo
126 bo->map_handle = arg.info.map_handle;
158 map = drm_mmap(0, bo->base.size, PROT_READ | PROT_WRITE, MAP_SHARED, bo->base.kms->fd, bo->map_handle);
vmwgfx.c 45 uint64_t map_handle; member in struct:vmwgfx_bo
114 bo->map_handle = rep->map_handle;
149 map = drm_mmap(NULL, bo->base.size, PROT_READ | PROT_WRITE, MAP_SHARED, bo->base.kms->fd, bo->map_handle);
  /ndk/sources/host-tools/ndk-stack/elff/
mapfile.c 167 HANDLE map_handle; local
210 map_handle = CreateFileMapping(handle, NULL, win32_prot,
212 if (map_handle != NULL) {
214 mapped_at = MapViewOfFile(map_handle, win32_map, converter.HighPart,
218 CloseHandle(map_handle);
  /device/asus/fugu/kernel-headers/drm/
psb_ttm_placement_user.h 52 uint64_t map_handle; member in struct:ttm_pl_rep
  /device/asus/fugu/original-kernel-headers/drm/
psb_ttm_placement_user.h 89 * @map_handle: Offset into the device address space.
107 uint64_t map_handle; member in struct:ttm_pl_rep
  /external/libdrm/nouveau/
abi16.c 149 nvbo->map_handle = info->map_handle;
161 if (nvbo->map_handle)
private.h 85 uint64_t map_handle; member in struct:nouveau_bo_priv
nouveau.c 612 MAP_SHARED, bo->device->fd, nvbo->map_handle);
  /bionic/libc/kernel/uapi/drm/
nouveau_drm.h 45 uint64_t map_handle; member in struct:drm_nouveau_gem_info
vmwgfx_drm.h 147 uint64_t map_handle; member in struct:drm_vmw_dmabuf_rep
  /external/kernel-headers/original/uapi/drm/
nouveau_drm.h 55 uint64_t map_handle; member in struct:drm_nouveau_gem_info
vmwgfx_drm.h 378 * @map_handle: Offset to use in the mmap() call used to map the buffer.
389 uint64_t map_handle; member in struct:drm_vmw_dmabuf_rep
  /external/libdrm/include/drm/
nouveau_drm.h 111 uint64_t map_handle; member in struct:drm_nouveau_gem_info
vmwgfx_drm.h 383 * @map_handle: Offset to use in the mmap() call used to map the buffer.
394 uint64_t map_handle; member in struct:drm_vmw_dmabuf_rep
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_ioctl.c 56 uint64_t map_handle; member in struct:vmw_region
286 region->map_handle = rep->map_handle;
337 region->drm_fd, region->map_handle);
vmwgfx_drm.h 355 * @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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
vmwgfx_drm.h 381 * @map_handle: Offset to use in the mmap() call used to map the buffer.
392 uint64_t map_handle; member in struct:drm_vmw_dmabuf_rep
nouveau_drm.h 101 uint64_t map_handle; member in struct:drm_nouveau_gem_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
nouveau_drm.h 109 uint64_t map_handle; member in struct:drm_nouveau_gem_info
vmwgfx_drm.h 355 * @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
  /hardware/intel/common/libwsbm/src/
wsbm_ttmpool.c 146 dBuf->mapHandle = arg.rep.map_handle;
190 dBuf->mapHandle = arg.rep.map_handle;
568 dBuf->mapHandle = arg.rep.map_handle;
wsbm_slabpool.c 418 kbo->mapHandle = arg.rep.map_handle;
762 sBuf->mapHandle = arg.rep.map_handle;

Completed in 437 milliseconds