Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp165 blendState.blendEquationAlpha != mCurBlendState.blendEquationAlpha) in syncState()
736 blendState.blendEquationRGB != blendState.blendEquationAlpha) in setBlendFuncsEquations()
745 gl_d3d9::ConvertBlendOp(blendState.blendEquationAlpha)); in setBlendFuncsEquations()
755 mCurBlendState.blendEquationAlpha = blendState.blendEquationAlpha; in setBlendFuncsEquations()
813 mCurBlendState.blendEquationAlpha = GL_FUNC_ADD; in setColorMask()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.h65 GLenum blendEquationAlpha; member
DStateManagerGL.cpp2902 get(GL_BLEND_EQUATION_ALPHA, &state->blendEquationAlpha); in syncBlendFromNativeContext()
2921 mFunctions->blendEquationSeparate(state->blendEquationRgb, state->blendEquationAlpha); in restoreBlendNativeContext()
2923 mBlendStateExt.mEquationAlpha = state->blendEquationAlpha; in restoreBlendNativeContext()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp70 mState.blendEquationAlpha = GL_FUNC_ADD; in Context()
461 mState.blendEquationAlpha != alphaEquation) in setBlendEquation()
464 mState.blendEquationAlpha = alphaEquation; in setBlendEquation()
2003 …case GL_BLEND_EQUATION_ALPHA: *params = mState.blendEquationAlpha; return t… in getIntegerv()
2898 device->setBlendOperationAlpha(es2sw::ConvertBlendOp(mState.blendEquationAlpha)); in applyState()
DContext.h321 GLenum blendEquationAlpha; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.cpp82 blendEquationAlpha = GL_FUNC_ADD; in BlendState()
Dangletypes.h251 GLenum blendEquationAlpha; member
DState.cpp1006 mBlendState.blendEquationAlpha != alphaEquation) in setBlendEquation()
1009 mBlendState.blendEquationAlpha = alphaEquation; in setBlendEquation()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp3831 currentBlendState.blendEquationAlpha != defaultBlendState.blendEquationAlpha) in CaptureMidExecutionSetup()
3834 currentBlendState.blendEquationAlpha)); in CaptureMidExecutionSetup()