Home
last modified time | relevance | path

Searched defs:blendMode (Results 1 – 18 of 18) sorted by relevance

/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_blendfillrect.c31 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGB555()
57 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGB565()
83 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGB888()
109 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_ARGB8888()
135 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGB()
186 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGBA()
218 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect()
285 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRects()
A DSDL_blendpoint.c30 SDL_BlendPoint_RGB555(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB555()
56 SDL_BlendPoint_RGB565(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB565()
82 SDL_BlendPoint_RGB888(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB888()
108 SDL_BlendPoint_ARGB8888(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, in SDL_BlendPoint_ARGB8888()
134 SDL_BlendPoint_RGB(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB()
185 SDL_BlendPoint_RGBA(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGBA()
217 SDL_BlendPoint(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint()
279 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendPoints()
A DSDL_blendline.c32 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB2()
138 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB555()
243 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB565()
348 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB4()
454 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGBA4()
560 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB888()
665 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_ARGB8888()
807 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendLine()
832 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendLines()
/AliOS-Things-master/components/SDL2/src/render/
A DSDL_render.c974 IsSupportedBlendMode(SDL_Renderer * renderer, SDL_BlendMode blendMode) in IsSupportedBlendMode()
1270 SDL_BlendMode blendMode; in SDL_CreateTextureFromSurface() local
1376 SDL_SetTextureBlendMode(SDL_Texture * texture, SDL_BlendMode blendMode) in SDL_SetTextureBlendMode()
3313 SDL_GetShortBlendMode(SDL_BlendMode blendMode) in SDL_GetShortBlendMode()
3334 SDL_GetLongBlendMode(SDL_BlendMode blendMode) in SDL_GetLongBlendMode()
3366 SDL_GetBlendModeSrcColorFactor(SDL_BlendMode blendMode) in SDL_GetBlendModeSrcColorFactor()
3373 SDL_GetBlendModeDstColorFactor(SDL_BlendMode blendMode) in SDL_GetBlendModeDstColorFactor()
3380 SDL_GetBlendModeColorOperation(SDL_BlendMode blendMode) in SDL_GetBlendModeColorOperation()
3387 SDL_GetBlendModeSrcAlphaFactor(SDL_BlendMode blendMode) in SDL_GetBlendModeSrcAlphaFactor()
3394 SDL_GetBlendModeDstAlphaFactor(SDL_BlendMode blendMode) in SDL_GetBlendModeDstAlphaFactor()
[all …]
A DSDL_sysrender.h44 SDL_BlendMode blendMode; /**< The texture blend mode */ member
205 SDL_BlendMode blendMode; /**< The drawing blend mode */ member
/AliOS-Things-master/components/SDL2/test/
A Dtestdraw2.c34 static SDL_BlendMode blendMode = SDL_BLENDMODE_NONE; variable
A Dtestsprite2.c39 static SDL_BlendMode blendMode = SDL_BLENDMODE_BLEND; variable
A Dtestintersections.c35 static SDL_BlendMode blendMode = SDL_BLENDMODE_NONE; variable
A Dtestautomation_surface.c42 SDL_BlendMode blendMode = SDL_BLENDMODE_NONE; in _surfaceSetUp() local
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_surface.c495 SDL_SetSurfaceBlendMode(SDL_Surface * surface, SDL_BlendMode blendMode) in SDL_SetSurfaceBlendMode()
535 SDL_GetSurfaceBlendMode(SDL_Surface * surface, SDL_BlendMode *blendMode) in SDL_GetSurfaceBlendMode()
/AliOS-Things-master/components/SDL2/src/render/direct3d11/
A DSDL_render_d3d11.c108 SDL_BlendMode blendMode; member
349 D3D11_CreateBlendState(SDL_Renderer * renderer, SDL_BlendMode blendMode) in D3D11_CreateBlendState()
1021 D3D11_SupportsBlendMode(SDL_Renderer * renderer, SDL_BlendMode blendMode) in D3D11_SupportsBlendMode()
2023 const SDL_BlendMode blendMode = cmd->data.draw.blend; in D3D11_SetDrawState() local
/AliOS-Things-master/components/SDL2/src/render/metal/
A DSDL_render_metal.m91 SDL_BlendMode blendMode; field
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_render.c153 SetBlendMode(DirectFB_RenderData * data, int blendMode, in SetBlendMode()
/AliOS-Things-master/components/SDL2/src/render/psp/
A DSDL_render_psp.c657 PSP_SetBlendMode(SDL_Renderer * renderer, int blendMode) in PSP_SetBlendMode()
/AliOS-Things-master/components/SDL2/src/render/opengles/
A DSDL_render_gles.c277 GLES_SupportsBlendMode(SDL_Renderer * renderer, SDL_BlendMode blendMode) in GLES_SupportsBlendMode()
/AliOS-Things-master/components/SDL2/src/render/direct3d/
A DSDL_render_d3d.c377 D3D_SupportsBlendMode(SDL_Renderer * renderer, SDL_BlendMode blendMode) in D3D_SupportsBlendMode()
/AliOS-Things-master/components/SDL2/src/render/opengl/
A DSDL_render_gl.c368 GL_SupportsBlendMode(SDL_Renderer * renderer, SDL_BlendMode blendMode) in GL_SupportsBlendMode()
/AliOS-Things-master/components/SDL2/src/render/opengles2/
A DSDL_render_gles2.c376 GLES2_SupportsBlendMode(SDL_Renderer * renderer, SDL_BlendMode blendMode) in GLES2_SupportsBlendMode()

Completed in 64 milliseconds