Lines Matching refs:blend
50 SDL_BlendMode blend; member
1124 const SDL_BlendMode blend = cmd->data.draw.blend; in SetDrawState() local
1161 if (blend != data->drawstate.blend) { in SetDrawState()
1162 if (blend == SDL_BLENDMODE_NONE) { in SetDrawState()
1167 GetBlendFunc(SDL_GetBlendModeSrcColorFactor(blend))); in SetDrawState()
1169 GetBlendFunc(SDL_GetBlendModeDstColorFactor(blend))); in SetDrawState()
1172 … GetBlendFunc(SDL_GetBlendModeSrcAlphaFactor(blend))); in SetDrawState()
1174 … GetBlendFunc(SDL_GetBlendModeDstAlphaFactor(blend))); in SetDrawState()
1178 data->drawstate.blend = blend; in SetDrawState()
1660 data->drawstate.blend = SDL_BLENDMODE_INVALID; in D3D_Reset()
1844 data->drawstate.blend = SDL_BLENDMODE_INVALID; in D3D_CreateRenderer()