HomeSort by relevance Sort by last modified time
    Searched full:offset_rows (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_pbo.c 137 unsigned offset_rows; local
147 offset_rows = store->SkipRows;
149 offset_rows += addr->image_height * store->SkipImages;
151 buf_offset += store->SkipPixels + addr->pixels_per_row * offset_rows;

Completed in 118 milliseconds