Home
last modified time | relevance | path

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

/external/libkmsxx/utils/
Dkmsprint.cpp236 static string format_ob(DrmObject* ob) in format_ob() function
395 printf("%s\n", format_ob(ob).c_str()); in print_as_list()
404 printf("%s\n", format_ob(fb).c_str()); in print_as_list()
414 e1.title = format_ob(conn); in print_as_tree()
421 e2.title = format_ob(enc); in print_as_tree()
427 e3.title = format_ob(crtc); in print_as_tree()
435 e5.title = format_ob(&fb); in print_as_tree()
443 e4.title = format_ob(plane); in print_as_tree()
453 e5.title = format_ob(&fb); in print_as_tree()
469 printf("%s\n", format_ob(conn).c_str()); in print_modes()