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

  /hardware/intel/img/libdrm/libdrm/
xf86drmMode.c 484 prop.enum_blob_ptr = 0;
494 prop.enum_blob_ptr = VOID2U64(drmMalloc(prop.count_enum_blobs * sizeof(struct drm_mode_property_enum)));
498 prop.enum_blob_ptr = VOID2U64(drmMalloc(prop.count_enum_blobs * sizeof(uint32_t)));
517 r->enums = drmAllocCpy(U642VOID(prop.enum_blob_ptr), prop.count_enum_blobs, sizeof(struct drm_mode_property_enum));
520 r->blob_ids = drmAllocCpy(U642VOID(prop.enum_blob_ptr), prop.count_enum_blobs, sizeof(uint32_t));
528 drmFree(U642VOID(prop.enum_blob_ptr));
  /hardware/intel/img/libdrm/shared-core/
drm_mode.h 206 __u64 enum_blob_ptr; /* enum and blob id ptrs */ member in struct:drm_mode_get_property
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
drm_mode.h 199 __u64 enum_blob_ptr; /* enum and blob id ptrs */ member in struct:drm_mode_get_property
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
drm_mode.h 199 __u64 enum_blob_ptr; /* enum and blob id ptrs */ member in struct:drm_mode_get_property
  /bionic/libc/kernel/uapi/drm/
drm_mode.h 239 __u64 enum_blob_ptr; member in struct:drm_mode_get_property
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 261 __u64 enum_blob_ptr; /* enum and blob id ptrs */ member in struct:drm_mode_get_property
  /external/valgrind/main/include/vki/
vki-linux-drm.h 392 __vki_u64 enum_blob_ptr; /* enum and blob id ptrs */ member in struct:vki_drm_mode_get_property

Completed in 81 milliseconds