Searched refs:blendEquationAlpha (Results 1 – 4 of 4) sorted by relevance
69 mState.blendEquationAlpha = GL_FUNC_ADD_OES; in Context()471 mState.blendEquationAlpha != alphaEquation) in setBlendEquation()474 mState.blendEquationAlpha = alphaEquation; in setBlendEquation()1236 case GL_BLEND_EQUATION_ALPHA_OES: *params = mState.blendEquationAlpha; break; in getIntegerv()1823 device->setBlendOperationAlpha(es2sw::ConvertBlendOp(mState.blendEquationAlpha)); in applyState()
234 GLenum blendEquationAlpha; member
70 mState.blendEquationAlpha = GL_FUNC_ADD; in Context()460 mState.blendEquationAlpha != alphaEquation) in setBlendEquation()463 mState.blendEquationAlpha = alphaEquation; in setBlendEquation()1955 …case GL_BLEND_EQUATION_ALPHA: *params = mState.blendEquationAlpha; return t… in getIntegerv()2833 device->setBlendOperationAlpha(es2sw::ConvertBlendOp(mState.blendEquationAlpha)); in applyState()
350 GLenum blendEquationAlpha; member