/external/pixman/test/ |
composite-traps-test.c | 59 uint32_t * dst_bits; local 154 dst_bits = (uint32_t *)make_random_bytes (dst_stride * dst_height); 160 dst_format, dst_width, dst_height, dst_bits, dst_stride); 221 dst_bits[i] &= 0xFFFFFF; 233 printf ("%02X ", *((uint8_t *)dst_bits + i * dst_stride + j)); 239 crc32 = compute_crc32 (0, dst_bits, dst_stride * dst_height); 241 fence_free (dst_bits);
|
/external/pixman/pixman/ |
pixman-arm-simd.c | 130 uint32_t * dst_bits, 150 (uint8_t *)(((char *) dst_bits) + 158 (uint16_t *)(((char *) dst_bits) + 166 (uint32_t *)(((char *) dst_bits) +
|
pixman-implementation.c | 235 uint32_t * dst_bits, 250 (*imp->blt) (imp, src_bits, dst_bits, src_stride, dst_stride,
|
pixman-mips-dspr2.c | 215 uint32_t * dst_bits, 241 dst_bytes = (uint8_t *)(((uint16_t *)dst_bits) 261 dst_bytes = (uint8_t *)(((uint32_t *)dst_bits)
|
pixman-arm-neon.c | 233 uint32_t * dst_bits, 253 (uint16_t *)(((char *) dst_bits) + 261 (uint32_t *)(((char *) dst_bits) +
|
pixman-private.h | 437 uint32_t * dst_bits, 522 uint32_t * dst_bits, [all...] |
pixman.c | 736 uint32_t *dst_bits, 749 src_bits, dst_bits, src_stride, dst_stride, [all...] |
pixman.h | 593 uint32_t *dst_bits, [all...] |
pixman-mmx.c | [all...] |
pixman-sse2.c | [all...] |
/frameworks/native/libs/gui/ |
Surface.cpp | 755 uint8_t* dst_bits = NULL; local 756 err = dst->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, reg.bounds(), (void**)&dst_bits); 761 if (head != tail && src_bits && dst_bits) { 772 uint8_t * d = dst_bits + (r.left + dst->stride * r.top) * bpp; 788 if (dst_bits)
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_pack.c | 525 unsigned dst_bits = dst_type.sign ? dst_type.width - 1 : dst_type.width; local 526 LLVMValueRef dst_max = lp_build_const_int_vec(gallivm, src_type, ((unsigned long long)1 << dst_bits) - 1);
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_pack.c | 525 unsigned dst_bits = dst_type.sign ? dst_type.width - 1 : dst_type.width; local 526 LLVMValueRef dst_max = lp_build_const_int_vec(gallivm, src_type, ((unsigned long long)1 << dst_bits) - 1);
|
/frameworks/native/opengl/libagl/ |
egl.cpp | 470 uint8_t * const dst_bits = (uint8_t *)dst_vaddr; local 479 uint8_t * d = dst_bits + (r.left + dst->stride * r.top) * bpp; [all...] |