Searched refs:row_bytes (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/pixman/dist/test/
H A Dfence-image-self-test.c168 int row_bytes = width * PIXMAN_FORMAT_BPP (format) / 8; local in function:test_read_faults
171 format_name (format), width, height, row_bytes, stride);
176 test_read_ok (p, row_bytes - 1);
178 test_read_ok (p, stride + row_bytes - 1);
180 test_read_ok (p, 2 * stride + row_bytes - 1);
182 test_read_ok (p, (height - 1) * stride + row_bytes - 1);
185 ok &= test_read_fault (p, row_bytes);
187 ok &= test_read_fault (p, stride + row_bytes);
189 ok &= test_read_fault (p, 2 * stride + row_bytes);
/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_glx_drawable.h134 int row_bytes; member in struct:apple_glx_drawable
H A Dapple_glx_drawable.c290 d->row_bytes = 0;
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_glx_drawable.h134 int row_bytes; member in struct:apple_glx_drawable
H A Dapple_glx_drawable.c290 d->row_bytes = 0;

Completed in 5 milliseconds