Searched refs:PIXMAN_OP_ATOP (Results 1 - 14 of 14) sorted by relevance

/external/pixman/test/
H A Dcombiner-test.c21 PIXMAN_OP_ATOP,
H A Dcheck-formats.c118 PIXMAN_OP_ATOP,
H A Dglyph-test.c75 PIXMAN_OP_ATOP,
H A Dblitters-test.c111 PIXMAN_OP_ATOP,
H A Dcomposite.c151 PIXMAN_OP_ATOP,
H A Dstress-test.c800 PIXMAN_OP_ATOP,
H A Dutils.c887 case PIXMAN_OP_ATOP: return "PIXMAN_OP_ATOP";
1077 case PIXMAN_OP_ATOP:
/external/pixman/demos/
H A Dcomposite-test.c26 { "ATOP", PIXMAN_OP_ATOP },
/external/pixman/pixman/
H A Dpixman-combine-float.c902 imp->combine_float[PIXMAN_OP_ATOP] = combine_atop_u_float;
964 imp->combine_float_ca[PIXMAN_OP_ATOP] = combine_atop_ca_float;
H A Dpixman-vmx.c1628 imp->combine_32[PIXMAN_OP_ATOP] = vmx_combine_atop_u;
1641 imp->combine_32_ca[PIXMAN_OP_ATOP] = vmx_combine_atop_ca;
H A Dpixman.h330 PIXMAN_OP_ATOP = 0x09, enumerator in enum:__anon28856
H A Dpixman-combine32.c2393 imp->combine_32[PIXMAN_OP_ATOP] = combine_atop_u;
2453 imp->combine_32_ca[PIXMAN_OP_ATOP] = combine_atop_ca;
H A Dpixman-mmx.c4056 imp->combine_32[PIXMAN_OP_ATOP] = mmx_combine_atop_u;
4069 imp->combine_32_ca[PIXMAN_OP_ATOP] = mmx_combine_atop_ca;
H A Dpixman-sse2.c6424 imp->combine_32[PIXMAN_OP_ATOP] = sse2_combine_atop_u;
6438 imp->combine_32_ca[PIXMAN_OP_ATOP] = sse2_combine_atop_ca;

Completed in 114 milliseconds