Home
last modified time | relevance | path

Searched refs:SDL_BLENDFACTOR_DST_ALPHA (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_blendmode.h88 SDL_BLENDFACTOR_DST_ALPHA = 0x9, /**< dstA, dstA, dstA, dstA */ enumerator
/AliOS-Things-master/components/SDL2/src/render/opengles/
A DSDL_render_gles.c253 case SDL_BLENDFACTOR_DST_ALPHA: in GetBlendFunc()
/AliOS-Things-master/components/SDL2/src/render/direct3d/
A DSDL_render_d3d.c367 case SDL_BLENDFACTOR_DST_ALPHA: in GetBlendFunc()
/AliOS-Things-master/components/SDL2/src/render/opengl/
A DSDL_render_gl.c344 case SDL_BLENDFACTOR_DST_ALPHA: in GetBlendFunc()
/AliOS-Things-master/components/SDL2/src/render/opengles2/
A DSDL_render_gles2.c352 case SDL_BLENDFACTOR_DST_ALPHA: in GetBlendFunc()
/AliOS-Things-master/components/SDL2/src/render/direct3d11/
A DSDL_render_d3d11.c321 case SDL_BLENDFACTOR_DST_ALPHA: in GetBlendFunc()
/AliOS-Things-master/components/SDL2/src/render/metal/
A DSDL_render_metal.m229 case SDL_BLENDFACTOR_DST_ALPHA: return MTLBlendFactorDestinationAlpha;
/AliOS-Things-master/components/SDL2/src/render/
A DSDL_render.c80SDL_BLENDFACTOR_DST_ALPHA, SDL_BLENDFACTOR_ONE_MINUS_SRC_ALPHA, SDL_BLENDOPERATION_ADD)

Completed in 31 milliseconds