Searched refs:srcB (Results 1 - 5 of 5) sorted by path

/system/core/libpixelflinger/tests/arch-arm64/col32cb16blend/
H A Dcol32cb16blend_test.c76 int srcB = (src >> (16+3))&0x1F; local
79 srcB += (f*dstB)>>8;
80 *dst++ = (uint16_t)((srcR<<11)|(srcG<<5)|srcB);
/system/core/libpixelflinger/tests/arch-arm64/t32cb16blend/
H A Dt32cb16blend_test.c76 int srcB = (s >> (16+3))&0x1F; local
83 srcB += (f*dstB)>>8;
86 srcB = srcB > 0x1F? 0x1F: srcB;
87 *dst++ = (uint16_t)((srcR<<11)|(srcG<<5)|srcB);
/system/core/libpixelflinger/tests/arch-mips/col32cb16blend/
H A Dcol32cb16blend_test.c77 int srcB = (src >> (16+3))&0x1F; local
80 srcB += (f*dstB)>>8;
81 *dst++ = (uint16_t)((srcR<<11)|(srcG<<5)|srcB);
/system/core/libpixelflinger/tests/arch-mips/t32cb16blend/
H A Dt32cb16blend_test.c76 int srcB = (s >> (16+3))&0x1F; local
83 srcB += (f*dstB)>>8;
86 // srcB = srcB > 0x1F? 0x1F: srcB;
87 *dst++ = (uint16_t)((srcR<<11)|(srcG<<5)|srcB);
/system/core/libpixelflinger/tests/arch-mips64/col32cb16blend/
H A Dcol32cb16blend_test.c77 int srcB = (src >> (16+3))&0x1F; local
80 srcB += (f*dstB)>>8;
81 *dst++ = (uint16_t)((srcR<<11)|(srcG<<5)|srcB);

Completed in 58 milliseconds