Searched refs:SDL_BLENDFACTOR_ONE (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_blendmode.h | 81 SDL_BLENDFACTOR_ONE = 0x2, /**< 1, 1, 1, 1 */ enumerator
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testsprite2.c | 318 …ode(SDL_BLENDFACTOR_SRC_ALPHA, SDL_BLENDFACTOR_ONE, SDL_BLENDOPERATION_SUBTRACT, SDL_BLENDFACTOR_Z… in main()
|
/AliOS-Things-master/components/SDL2/src/render/ |
A D | SDL_render.c | 63 SDL_COMPOSE_BLENDMODE(SDL_BLENDFACTOR_ONE, SDL_BLENDFACTOR_ZERO, SDL_BLENDOPERATION_ADD, \ 64 SDL_BLENDFACTOR_ONE, SDL_BLENDFACTOR_ZERO, SDL_BLENDOPERATION_ADD) 68 … SDL_BLENDFACTOR_ONE, SDL_BLENDFACTOR_ONE_MINUS_SRC_ALPHA, SDL_BLENDOPERATION_ADD) 71 SDL_COMPOSE_BLENDMODE(SDL_BLENDFACTOR_SRC_ALPHA, SDL_BLENDFACTOR_ONE, SDL_BLENDOPERATION_ADD, \ 72 SDL_BLENDFACTOR_ZERO, SDL_BLENDFACTOR_ONE, SDL_BLENDOPERATION_ADD) 76 SDL_BLENDFACTOR_ZERO, SDL_BLENDFACTOR_ONE, SDL_BLENDOPERATION_ADD)
|
/AliOS-Things-master/components/SDL2/src/render/opengles/ |
A D | SDL_render_gles.c | 239 case SDL_BLENDFACTOR_ONE: in GetBlendFunc()
|
/AliOS-Things-master/components/SDL2/src/render/direct3d/ |
A D | SDL_render_d3d.c | 353 case SDL_BLENDFACTOR_ONE: in GetBlendFunc()
|
/AliOS-Things-master/components/SDL2/src/render/opengl/ |
A D | SDL_render_gl.c | 330 case SDL_BLENDFACTOR_ONE: in GetBlendFunc()
|
/AliOS-Things-master/components/SDL2/src/render/opengles2/ |
A D | SDL_render_gles2.c | 338 case SDL_BLENDFACTOR_ONE: in GetBlendFunc()
|
/AliOS-Things-master/components/SDL2/src/render/direct3d11/ |
A D | SDL_render_d3d11.c | 307 case SDL_BLENDFACTOR_ONE: in GetBlendFunc()
|
/AliOS-Things-master/components/SDL2/src/render/metal/ |
A D | SDL_render_metal.m | 222 case SDL_BLENDFACTOR_ONE: return MTLBlendFactorOne;
|
Completed in 31 milliseconds