/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_format.c | 308 format_desc->unpack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h); 643 src_format_desc->unpack_rgba_8unorm(tmp_row, tmp_stride, src_row, src_stride, width, y_step); 652 src_format_desc->unpack_rgba_8unorm(tmp_row, tmp_stride, src_row, src_stride, width, height);
|
u_format.h | 207 (*unpack_rgba_8unorm)(uint8_t *dst, unsigned dst_stride, member in struct:util_format_description
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format.c | 308 format_desc->unpack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h); 643 src_format_desc->unpack_rgba_8unorm(tmp_row, tmp_stride, src_row, src_stride, width, y_step); 652 src_format_desc->unpack_rgba_8unorm(tmp_row, tmp_stride, src_row, src_stride, width, height);
|
u_format.h | 207 (*unpack_rgba_8unorm)(uint8_t *dst, unsigned dst_stride, member in struct:util_format_description
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/ |
u_format_test.c | 347 format_desc->unpack_rgba_8unorm(&unpacked[0][0][0], sizeof unpacked[0], 712 TEST_ONE_FUNC(unpack_rgba_8unorm);
|
/external/mesa3d/src/gallium/tests/unit/ |
u_format_test.c | 347 format_desc->unpack_rgba_8unorm(&unpacked[0][0][0], sizeof unpacked[0], 712 TEST_ONE_FUNC(unpack_rgba_8unorm);
|