/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_format.c | 327 format_desc->pack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h); 644 dst_format_desc->pack_rgba_8unorm(dst_row, dst_stride, tmp_row, tmp_stride, width, y_step); 653 dst_format_desc->pack_rgba_8unorm(dst_row, dst_stride, tmp_row, tmp_stride, width, height);
|
u_format.h | 218 (*pack_rgba_8unorm)(uint8_t *dst, unsigned dst_stride, member in struct:util_format_description
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format.c | 327 format_desc->pack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h); 644 dst_format_desc->pack_rgba_8unorm(dst_row, dst_stride, tmp_row, tmp_stride, width, y_step); 653 dst_format_desc->pack_rgba_8unorm(dst_row, dst_stride, tmp_row, tmp_stride, width, height);
|
u_format.h | 218 (*pack_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 | 404 format_desc->pack_rgba_8unorm(packed, 0, 711 TEST_ONE_FUNC(pack_rgba_8unorm);
|
/external/mesa3d/src/gallium/tests/unit/ |
u_format_test.c | 404 format_desc->pack_rgba_8unorm(packed, 0, 711 TEST_ONE_FUNC(pack_rgba_8unorm);
|