HomeSort by relevance Sort by last modified time
    Searched refs:width_in_bytes (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
pack.c 152 GLint bytes, row, width_in_bytes; local
164 width_in_bytes = CEILING( width, 8 );
176 memcpy( dst, src, width_in_bytes );
178 flip_bytes( dst, width_in_bytes );
239 dst += width_in_bytes;
253 GLint row, width_in_bytes; local
259 width_in_bytes = CEILING( width, 8 );
268 memcpy( dst, src, width_in_bytes );
270 flip_bytes( dst, width_in_bytes );
331 src += width_in_bytes;
    [all...]
  /external/mesa3d/src/mesa/main/
pack.c 152 GLint bytes, row, width_in_bytes; local
164 width_in_bytes = CEILING( width, 8 );
176 memcpy( dst, src, width_in_bytes );
178 flip_bytes( dst, width_in_bytes );
239 dst += width_in_bytes;
253 GLint row, width_in_bytes; local
259 width_in_bytes = CEILING( width, 8 );
268 memcpy( dst, src, width_in_bytes );
270 flip_bytes( dst, width_in_bytes );
331 src += width_in_bytes;
    [all...]

Completed in 139 milliseconds