Home | History | Annotate | Download | only in dri2

Lines Matching full:bytes_per_pixel

65          dri2_surf->bytes_per_pixel = 4;
68 dri2_surf->bytes_per_pixel = 2;
71 dri2_surf->bytes_per_pixel = 1;
74 dri2_surf->bytes_per_pixel = 0;
140 w*h*dri2_surf->bytes_per_pixel, (const uint8_t *)data);