Home | History | Annotate | Download | only in d3d9

Lines Matching refs:sourceBlendRGB

768             if (blendState.sourceBlendRGB != GL_CONSTANT_ALPHA && blendState.sourceBlendRGB != GL_ONE_MINUS_CONSTANT_ALPHA &&
781 mDevice->SetRenderState(D3DRS_SRCBLEND, gl_d3d9::ConvertBlendFunc(blendState.sourceBlendRGB));
785 if (blendState.sourceBlendRGB != blendState.sourceBlendAlpha ||