Home
last modified time | relevance | path

Searched refs:SK_ARM_NEON_WRAP (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/opts/
DSkBlitRow_opts_arm.cpp26 return SK_ARM_NEON_WRAP(sk_blitrow_platform_565_procs_arm)[flags]; in PlatformFactory565()
30 return SK_ARM_NEON_WRAP(sk_blitrow_platform_565_colorprocs_arm)[flags]; in PlatformColorFactory565()
34 return SK_ARM_NEON_WRAP(sk_blitrow_platform_32_procs_arm)[flags]; in PlatformProcs32()
DSkBlitMask_opts_arm.cpp16 return SK_ARM_NEON_WRAP(SkBlitLCD16OpaqueRow); in PlatformBlitRowProcs16()
18 return SK_ARM_NEON_WRAP(SkBlitLCD16Row); in PlatformBlitRowProcs16()
DSkBitmapProcState_opts_arm.cpp29 SK_ARM_NEON_WRAP(platformConvolutionProcs_arm)(procs); in PlatformConvolutionProcs()
/external/skia/src/core/
DSkUtilsArm.h80 # define SK_ARM_NEON_WRAP(x) (x) macro
82 # define SK_ARM_NEON_WRAP(x) (x ## _neon) macro
84 # define SK_ARM_NEON_WRAP(x) (sk_cpu_arm_has_neon() ? x ## _neon : x) macro
DSkBitmapProcState.cpp355 fSampleProc32 = SK_ARM_NEON_WRAP(gSkBitmapProcStateSample32)[index]; in chooseScanlineProcs()
359 if (SK_ARM_NEON_WRAP(SI8_opaque_D32_filter_DX) == fSampleProc32 && clampClamp) { in chooseScanlineProcs()
360 fShaderProc32 = SK_ARM_NEON_WRAP(Clamp_SI8_opaque_D32_filter_DX_shaderproc); in chooseScanlineProcs()
DSkBitmapProcState_matrixProcs.cpp514 return SK_ARM_NEON_WRAP(ClampX_ClampY_Procs)[index]; in chooseMatrixProc()
522 return SK_ARM_NEON_WRAP(RepeatX_RepeatY_Procs)[index]; in chooseMatrixProc()