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

  /hardware/intel/img/libdrm/tests/
gem_mmap.c 69 return ioctl(fd, DRM_IOCTL_I915_GEM_PWRITE, &write);
gem_readwrite.c 69 return ioctl(fd, DRM_IOCTL_I915_GEM_PWRITE, &write);
  /hardware/intel/img/libdrm/shared-core/
i915_drm.h 238 #define DRM_IOCTL_I915_GEM_PWRITE DRM_IOW (DRM_COMMAND_BASE + DRM_I915_GEM_PWRITE, struct drm_i915_gem_pwrite)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
i915_drm.h 220 #define DRM_IOCTL_I915_GEM_PWRITE DRM_IOW (DRM_COMMAND_BASE + DRM_I915_GEM_PWRITE, struct drm_i915_gem_pwrite)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
i915_drm.h 220 #define DRM_IOCTL_I915_GEM_PWRITE DRM_IOW (DRM_COMMAND_BASE + DRM_I915_GEM_PWRITE, struct drm_i915_gem_pwrite)
  /bionic/libc/kernel/uapi/drm/
i915_drm.h 236 #define DRM_IOCTL_I915_GEM_PWRITE DRM_IOW (DRM_COMMAND_BASE + DRM_I915_GEM_PWRITE, struct drm_i915_gem_pwrite)
  /external/kernel-headers/original/uapi/drm/
i915_drm.h 257 #define DRM_IOCTL_I915_GEM_PWRITE DRM_IOW (DRM_COMMAND_BASE + DRM_I915_GEM_PWRITE, struct drm_i915_gem_pwrite)
    [all...]
  /hardware/intel/img/libdrm/libdrm/intel/
intel_bufmgr_gem.c 803 ret = ioctl (bufmgr_gem->fd, DRM_IOCTL_I915_GEM_PWRITE, &pwrite);
    [all...]

Completed in 91 milliseconds