Home
last modified time | relevance | path

Searched refs:_pixman_implementation_create (Results 1 – 12 of 12) sorted by relevance

/third_party/pixman/pixman/
Dpixman-noop.c156 _pixman_implementation_create (fallback, noop_fast_paths); in _pixman_implementation_create_noop()
Dpixman-general.c255 pixman_implementation_t *imp = _pixman_implementation_create (NULL, general_fast_path); in _pixman_implementation_create_general()
Dpixman-ssse3.c346 _pixman_implementation_create (fallback, ssse3_fast_paths); in _pixman_implementation_create_ssse3()
Dpixman-implementation.c31 _pixman_implementation_create (pixman_implementation_t *fallback, in _pixman_implementation_create() function
Dpixman-arm-simd.c285 pixman_implementation_t *imp = _pixman_implementation_create (fallback, arm_simd_fast_paths); in _pixman_implementation_create_arm_simd()
Dpixman-mips-dspr2.c451 _pixman_implementation_create (fallback, mips_dspr2_fast_paths); in _pixman_implementation_create_mips_dspr2()
Dpixman-arm-neon.c462 _pixman_implementation_create (fallback, arm_neon_fast_paths); in BIND_COMBINE_U()
Dpixman-private.h549 _pixman_implementation_create (pixman_implementation_t *fallback,
Dpixman-vmx.c3118 pixman_implementation_t *imp = _pixman_implementation_create (fallback, vmx_fast_paths); in _pixman_implementation_create_vmx()
Dpixman-fast-path.c3288 pixman_implementation_t *imp = _pixman_implementation_create (fallback, c_fast_paths); in _pixman_implementation_create_fast_path()
Dpixman-mmx.c4119 pixman_implementation_t *imp = _pixman_implementation_create (fallback, mmx_fast_paths); in _pixman_implementation_create_mmx()
Dpixman-sse2.c6474 pixman_implementation_t *imp = _pixman_implementation_create (fallback, sse2_fast_paths); in _pixman_implementation_create_sse2()