Searched refs:pitches (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/minui/ |
D | graphics_drm.cpp | 109 uint32_t handles[4], pitches[4], offsets[4]; in Create() local 112 pitches[0] = create_dumb.pitch; in Create() 114 if (drmModeAddFB2(drm_fd, width, height, format, handles, pitches, offsets, &surface->fb_id, 0) != in Create()
|