Home
last modified time | relevance | path

Searched refs:SDL_BlendOperation (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_blendmode.h73 } SDL_BlendOperation; typedef
110 SDL_BlendOperation colorOperation,
113 SDL_BlendOperation alphaOperation);
/AliOS-Things-master/components/SDL2/src/render/
A DSDL_sysrender.h251 extern SDL_BlendOperation SDL_GetBlendModeColorOperation(SDL_BlendMode blendMode);
254 extern SDL_BlendOperation SDL_GetBlendModeAlphaOperation(SDL_BlendMode blendMode);
A DSDL_render.c3356 SDL_BlendOperation colorOperation, in SDL_ComposeCustomBlendMode()
3358 SDL_BlendOperation alphaOperation) in SDL_ComposeCustomBlendMode()
3379 SDL_BlendOperation
3383 return (SDL_BlendOperation)(((Uint32)blendMode >> 0) & 0xF); in SDL_GetBlendModeColorOperation()
3400 SDL_BlendOperation
3404 return (SDL_BlendOperation)(((Uint32)blendMode >> 16) & 0xF); in SDL_GetBlendModeAlphaOperation()
/AliOS-Things-master/components/SDL2/src/render/opengles/
A DSDL_render_gles.c262 static GLenum GetBlendEquation(SDL_BlendOperation operation) in GetBlendEquation()
282 SDL_BlendOperation colorOperation = SDL_GetBlendModeColorOperation(blendMode); in GLES_SupportsBlendMode()
285 SDL_BlendOperation alphaOperation = SDL_GetBlendModeAlphaOperation(blendMode); in GLES_SupportsBlendMode()
/AliOS-Things-master/components/SDL2/src/render/direct3d11/
A DSDL_render_d3d11.c330 static D3D11_BLEND_OP GetBlendEquation(SDL_BlendOperation operation) in GetBlendEquation()
354 SDL_BlendOperation colorOperation = SDL_GetBlendModeColorOperation(blendMode); in D3D11_CreateBlendState()
357 SDL_BlendOperation alphaOperation = SDL_GetBlendModeAlphaOperation(blendMode); in D3D11_CreateBlendState()
1025 SDL_BlendOperation colorOperation = SDL_GetBlendModeColorOperation(blendMode); in D3D11_SupportsBlendMode()
1028 SDL_BlendOperation alphaOperation = SDL_GetBlendModeAlphaOperation(blendMode); in D3D11_SupportsBlendMode()
/AliOS-Things-master/components/SDL2/src/render/opengl/
A DSDL_render_gl.c353 static GLenum GetBlendEquation(SDL_BlendOperation operation) in GetBlendEquation()
372 SDL_BlendOperation colorOperation = SDL_GetBlendModeColorOperation(blendMode); in GL_SupportsBlendMode()
375 SDL_BlendOperation alphaOperation = SDL_GetBlendModeAlphaOperation(blendMode); in GL_SupportsBlendMode()
/AliOS-Things-master/components/SDL2/src/render/opengles2/
A DSDL_render_gles2.c361 static GLenum GetBlendEquation(SDL_BlendOperation operation) in GetBlendEquation()
380 SDL_BlendOperation colorOperation = SDL_GetBlendModeColorOperation(blendMode); in GLES2_SupportsBlendMode()
383 SDL_BlendOperation alphaOperation = SDL_GetBlendModeAlphaOperation(blendMode); in GLES2_SupportsBlendMode()
/AliOS-Things-master/components/SDL2/src/render/direct3d/
A DSDL_render_d3d.c382 SDL_BlendOperation colorOperation = SDL_GetBlendModeColorOperation(blendMode); in D3D_SupportsBlendMode()
385 SDL_BlendOperation alphaOperation = SDL_GetBlendModeAlphaOperation(blendMode); in D3D_SupportsBlendMode()
/AliOS-Things-master/components/SDL2/src/render/metal/
A DSDL_render_metal.m205 GetBlendOperation(SDL_BlendOperation operation)
533 SDL_BlendOperation colorOperation = SDL_GetBlendModeColorOperation(blendMode);
536 SDL_BlendOperation alphaOperation = SDL_GetBlendModeAlphaOperation(blendMode);
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_procs.h664 …DL_BlendFactor a, SDL_BlendFactor b, SDL_BlendOperation c, SDL_BlendFactor d, SDL_BlendFactor e, S…

Completed in 33 milliseconds