HomeSort by: relevance | last modified time | path
    Searched refs:PIXMAN_OP_ATOP_REVERSE (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/pixman/dist/demos/
tri-test.c 34 pixman_composite_triangles (PIXMAN_OP_ATOP_REVERSE,
composite-test.c 27 { "ATOP_REVERSE", PIXMAN_OP_ATOP_REVERSE },
  /xsrc/external/mit/pixman/dist/test/
combiner-test.c 22 PIXMAN_OP_ATOP_REVERSE,
thread-test.c 49 PIXMAN_OP_ATOP_REVERSE,
glyph-test.c 76 PIXMAN_OP_ATOP_REVERSE,
solid-test.c 49 PIXMAN_OP_ATOP_REVERSE,
blitters-test.c 122 PIXMAN_OP_ATOP_REVERSE,
composite.c 153 PIXMAN_OP_ATOP_REVERSE,
tolerance-test.c 35 PIXMAN_OP_ATOP_REVERSE,
stress-test.c 842 PIXMAN_OP_ATOP_REVERSE,
  /xsrc/external/mit/pixman/dist/pixman/
pixman-combine-float.c 1029 imp->combine_float[PIXMAN_OP_ATOP_REVERSE] = combine_atop_reverse_u_float;
1091 imp->combine_float_ca[PIXMAN_OP_ATOP_REVERSE] = combine_atop_reverse_ca_float;
pixman-combine32.c 1153 imp->combine_32[PIXMAN_OP_ATOP_REVERSE] = combine_atop_reverse_u;
1177 imp->combine_32_ca[PIXMAN_OP_ATOP_REVERSE] = combine_atop_reverse_ca;
pixman-rvv.c 3112 imp->combine_float[PIXMAN_OP_ATOP_REVERSE] = rvv_combine_atop_reverse_u_float;
3169 imp->combine_float_ca[PIXMAN_OP_ATOP_REVERSE] = rvv_combine_atop_reverse_ca_float;
3231 imp->combine_32[PIXMAN_OP_ATOP_REVERSE] = rvv_combine_atop_reverse_u;
3253 imp->combine_32_ca[PIXMAN_OP_ATOP_REVERSE] = rvv_combine_atop_reverse_ca;
pixman-vmx.c 2943 imp->combine_32[PIXMAN_OP_ATOP_REVERSE] = vmx_combine_atop_reverse_u;
2956 imp->combine_32_ca[PIXMAN_OP_ATOP_REVERSE] = vmx_combine_atop_reverse_ca;
pixman.h 400 PIXMAN_OP_ATOP_REVERSE = 0x0a,
pixman-mmx.c 4111 imp->combine_32[PIXMAN_OP_ATOP_REVERSE] = mmx_combine_atop_reverse_u;
4124 imp->combine_32_ca[PIXMAN_OP_ATOP_REVERSE] = mmx_combine_atop_reverse_ca;
pixman-sse2.c 6486 imp->combine_32[PIXMAN_OP_ATOP_REVERSE] = sse2_combine_atop_reverse_u;
6500 imp->combine_32_ca[PIXMAN_OP_ATOP_REVERSE] = sse2_combine_atop_reverse_ca;
  /xsrc/external/mit/pixman/dist/test/utils/
utils.c 1718 case PIXMAN_OP_ATOP_REVERSE:

Completed in 21 milliseconds