HomeSort by relevance Sort by last modified time
    Searched full:bof_object_set (Results 1 - 3 of 3) sorted by null

  /external/libdrm/radeon/
radeon_cs_gem.c 353 if (bof_object_set(root, "device_id", device_id))
361 if (bof_object_set(root, "reloc", blob))
369 if (bof_object_set(root, "pm4", blob))
384 if (bof_object_set(bo, "size", size))
391 if (bof_object_set(bo, "handle", handle))
400 if (bof_object_set(bo, "data", blob))
409 if (bof_object_set(root, "bo", array))
bof.h 61 extern int bof_object_set(bof_t *object, const char *keyname, bof_t *value);
bof.c 76 int bof_object_set(bof_t *object, const char *keyname, bof_t *value) function

Completed in 92 milliseconds