Home
last modified time | relevance | path

Searched refs:blob_ids (Results 1 – 4 of 4) sorted by relevance

/third_party/libdrm/tests/proptest/
Dproptest.c145 dump_blob(prop->blob_ids[i]); in dump_prop()
/third_party/libdrm/
Dxf86drmMode.h143 uint32_t *blob_ids; /* store the blob IDs */ member
Dxf86drmMode.c676 r->blob_ids = drmAllocCpy(U642VOID(prop.enum_blob_ptr), prop.count_enum_blobs, sizeof(uint32_t)); in drmModeGetProperty()
696 drmFree(ptr->blob_ids); in drmModeFreeProperty()
/third_party/libdrm/tests/modetest/
Dmodetest.c394 dump_blob(dev, prop->blob_ids[i]); in dump_prop()