OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:combine_32
(Results
1 - 8
of
8
) sorted by null
/external/pixman/pixman/
pixman-combine32.c
[
all
...]
pixman-vmx.c
[
all
...]
pixman-arm-neon.c
464
imp->
combine_32
[PIXMAN_OP_OVER] = neon_combine_over_u;
465
imp->
combine_32
[PIXMAN_OP_ADD] = neon_combine_add_u;
466
imp->
combine_32
[PIXMAN_OP_OUT_REVERSE] = neon_combine_out_reverse_u;
pixman-implementation.c
213
f = imp->
combine_32
[op];
pixman-mmx.c
[
all
...]
pixman-mips-dspr2.c
453
imp->
combine_32
[PIXMAN_OP_OVER] = mips_dspr2_combine_over_u;
pixman-sse2.c
[
all
...]
pixman-private.h
486
pixman_combine_32_func_t
combine_32
[PIXMAN_N_OPERATORS];
member in struct:pixman_implementation_t
[
all
...]
Completed in 211 milliseconds