Home
last modified time | relevance | path

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

/external/libdrm/tests/kms/
Dlibkms-test-plane.c61 plane->formats = calloc(p->count_formats, sizeof(uint32_t)); in kms_plane_probe()
65 for (i = 0; i < p->count_formats; i++) in kms_plane_probe()
68 plane->num_formats = p->count_formats; in kms_plane_probe()
/external/libdrm/tests/planetest/
Ddev.c93 for (i = 0; i < plane->plane->count_formats; i++) { in get_supported_format()
/external/libdrm/
Dxf86drmMode.h319 uint32_t count_formats; member
Dxf86drmMode.c992 r->count_formats = ovr.count_format_types; in drmModeGetPlane()
/external/libdrm/tests/modetest/
Dmodetest.c435 if (!ovr->count_formats) in dump_planes()
439 for (j = 0; j < ovr->count_formats; j++) in dump_planes()
944 for (i = 0; i < ovr->count_formats; ++i) { in format_support()