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

/system/core/libpixelflinger/tests/arch-arm64/t32cb16blend/
H A Dt32cb16blend_test.c75 int srcG = (s >> ( 8+2))&0x3F; local
82 srcG += (f*dstG)>>8;
85 srcG = srcG > 0x3F? 0x3F: srcG;
87 *dst++ = (uint16_t)((srcR<<11)|(srcG<<5)|srcB);
/system/core/libpixelflinger/tests/arch-arm64/col32cb16blend/
H A Dcol32cb16blend_test.c75 int srcG = (src >> ( 8+2))&0x3F; local
78 srcG += (f*dstG)>>8;
80 *dst++ = (uint16_t)((srcR<<11)|(srcG<<5)|srcB);
/system/core/libpixelflinger/tests/arch-mips/col32cb16blend/
H A Dcol32cb16blend_test.c76 int srcG = (src >> ( 8+2))&0x3F; local
79 srcG += (f*dstG)>>8;
81 *dst++ = (uint16_t)((srcR<<11)|(srcG<<5)|srcB);
/system/core/libpixelflinger/tests/arch-mips/t32cb16blend/
H A Dt32cb16blend_test.c75 int srcG = (s >> ( 8+2))&0x3F; local
82 srcG += (f*dstG)>>8;
85 // srcG = srcG > 0x3F? 0x3F: srcG;
87 *dst++ = (uint16_t)((srcR<<11)|(srcG<<5)|srcB);
/system/core/libpixelflinger/tests/arch-mips64/col32cb16blend/
H A Dcol32cb16blend_test.c76 int srcG = (src >> ( 8+2))&0x3F; local
79 srcG += (f*dstG)>>8;
81 *dst++ = (uint16_t)((srcR<<11)|(srcG<<5)|srcB);

Completed in 8422 milliseconds