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

  /external/chromium_org/ui/surface/
accelerated_surface_transformer_win_unittest.cc 383 void AssertSame(int width_in_bytes, int height, uint8* reference,
392 for (int x = 0; x < width_in_bytes; ++x) {
393 if (!AssertSameColor(reference[y * width_in_bytes + x],
    [all...]
accelerated_surface_win.cc 66 int width_in_bytes = dst_frame->row_bytes(plane_id); local
68 width_in_bytes, dst_frame->rows(plane_id),
    [all...]
  /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 198 milliseconds