Home
last modified time | relevance | path

Searched refs:alphaMaskBlend_SSE_Common (Results 1 – 3 of 3) sorted by relevance

/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/src/
H A Dgraphics_ssse3.cpp37 return alphaMaskBlend_SSE_Common(dst, s1, s2, mask_surface, rect, mask_value); in alphaMaskBlend_SSSE3()
H A Dgraphics_sse2.cpp122 return alphaMaskBlend_SSE_Common(dst, s1, s2, mask_surface, rect, mask_value); in alphaMaskBlend_SSE2()
H A Dgraphics_x86_common.h117 static HELPER_FN bool alphaMaskBlend_SSE_Common(SDL_Surface* dst, SDL_Surface *s1, SDL_Surface *s2,… in alphaMaskBlend_SSE_Common() function