Home
last modified time | relevance | path

Searched refs:blendEquationAlpha (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.cpp69 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()
DContext.h234 GLenum blendEquationAlpha; member
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp70 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()
DContext.h350 GLenum blendEquationAlpha; member