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