Searched refs:_pixman_implementation_create (Results 1 - 11 of 11) sorted by relevance

/external/pixman/pixman/
H A Dpixman-noop.c170 _pixman_implementation_create (fallback, noop_fast_paths);
H A Dpixman-general.c217 pixman_implementation_t *imp = _pixman_implementation_create (NULL, general_fast_path);
H A Dpixman-arm-simd.c251 pixman_implementation_t *imp = _pixman_implementation_create (fallback, arm_simd_fast_paths);
H A Dpixman-implementation.c31 _pixman_implementation_create (pixman_implementation_t *fallback, function
H A Dpixman-mips-dspr2.c451 _pixman_implementation_create (fallback, mips_dspr2_fast_paths);
H A Dpixman-arm-neon.c462 _pixman_implementation_create (fallback, arm_neon_fast_paths);
H A Dpixman-private.h498 _pixman_implementation_create (pixman_implementation_t *fallback,
H A Dpixman-vmx.c1618 pixman_implementation_t *imp = _pixman_implementation_create (fallback, vmx_fast_paths);
H A Dpixman-fast-path.c2351 pixman_implementation_t *imp = _pixman_implementation_create (fallback, c_fast_paths);
H A Dpixman-mmx.c4048 pixman_implementation_t *imp = _pixman_implementation_create (fallback, mmx_fast_paths);
H A Dpixman-sse2.c6396 pixman_implementation_t *imp = _pixman_implementation_create (fallback, sse2_fast_paths);

Completed in 192 milliseconds