Searched refs:ConvertBlendOp (Results 1 – 6 of 6) sorted by relevance
24 D3DBLENDOP ConvertBlendOp(GLenum blendOp);
19 D3D11_BLEND_OP ConvertBlendOp(GLenum glBlendOp);
136 rtBlend.BlendOp = gl_d3d11::ConvertBlendOp(blendState.blendEquationRGB); in getBlendState()140 rtBlend.BlendOpAlpha = gl_d3d11::ConvertBlendOp(blendState.blendEquationAlpha); in getBlendState()
74 D3DBLENDOP ConvertBlendOp(GLenum blendOp) in ConvertBlendOp() function
45 D3D11_BLEND_OP ConvertBlendOp(GLenum glBlendOp) in ConvertBlendOp() function
882 … mDevice->SetRenderState(D3DRS_BLENDOP, gl_d3d9::ConvertBlendOp(blendState.blendEquationRGB)); in setBlendState()892 …mDevice->SetRenderState(D3DRS_BLENDOPALPHA, gl_d3d9::ConvertBlendOp(blendState.blendEquationAlpha)… in setBlendState()