Searched refs:blendEquationAlpha (Results 1 – 5 of 5) sorted by relevance
68 GLenum blendEquationAlpha; member
76 mState.blend.blendEquationAlpha = GL_FUNC_ADD; in Context()420 mState.blend.blendEquationAlpha = alphaEquation; in setBlendEquation()1333 …case GL_BLEND_EQUATION_ALPHA: *params = mState.blend.blendEquationAlpha; b… in getIntegerv()
140 rtBlend.BlendOpAlpha = gl_d3d11::ConvertBlendOp(blendState.blendEquationAlpha); in getBlendState()
886 blendState.blendEquationRGB != blendState.blendEquationAlpha) in setBlendState()892 …Device->SetRenderState(D3DRS_BLENDOPALPHA, gl_d3d9::ConvertBlendOp(blendState.blendEquationAlpha)); in setBlendState()
1741 glBlendState.blendEquationAlpha = GL_FUNC_ADD; in maskedClear()