Searched refs:_pixman_implementation_create (Results 1 – 12 of 12) sorted by relevance
/third_party/pixman/pixman/ |
D | pixman-noop.c | 156 _pixman_implementation_create (fallback, noop_fast_paths); in _pixman_implementation_create_noop()
|
D | pixman-general.c | 255 pixman_implementation_t *imp = _pixman_implementation_create (NULL, general_fast_path); in _pixman_implementation_create_general()
|
D | pixman-ssse3.c | 346 _pixman_implementation_create (fallback, ssse3_fast_paths); in _pixman_implementation_create_ssse3()
|
D | pixman-implementation.c | 31 _pixman_implementation_create (pixman_implementation_t *fallback, in _pixman_implementation_create() function
|
D | pixman-arm-simd.c | 285 pixman_implementation_t *imp = _pixman_implementation_create (fallback, arm_simd_fast_paths); in _pixman_implementation_create_arm_simd()
|
D | pixman-mips-dspr2.c | 451 _pixman_implementation_create (fallback, mips_dspr2_fast_paths); in _pixman_implementation_create_mips_dspr2()
|
D | pixman-arm-neon.c | 462 _pixman_implementation_create (fallback, arm_neon_fast_paths); in BIND_COMBINE_U()
|
D | pixman-private.h | 549 _pixman_implementation_create (pixman_implementation_t *fallback,
|
D | pixman-vmx.c | 3118 pixman_implementation_t *imp = _pixman_implementation_create (fallback, vmx_fast_paths); in _pixman_implementation_create_vmx()
|
D | pixman-fast-path.c | 3288 pixman_implementation_t *imp = _pixman_implementation_create (fallback, c_fast_paths); in _pixman_implementation_create_fast_path()
|
D | pixman-mmx.c | 4119 pixman_implementation_t *imp = _pixman_implementation_create (fallback, mmx_fast_paths); in _pixman_implementation_create_mmx()
|
D | pixman-sse2.c | 6474 pixman_implementation_t *imp = _pixman_implementation_create (fallback, sse2_fast_paths); in _pixman_implementation_create_sse2()
|