Home
last modified time | relevance | path

Searched refs:BLENDOP_ADD (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DContext.cpp269 blendOperationState = BLENDOP_ADD; in init()
274 blendOperationStateAlpha = BLENDOP_ADD; in init()
776 case BLENDOP_ADD: in sourceBlendFactor()
797 case BLENDOP_ADD: in destBlendFactor()
818 case BLENDOP_ADD: in blendOperation()
838 return BLENDOP_ADD; in blendOperation()
849 return BLENDOP_ADD; in blendOperation()
934 case BLENDOP_ADD: in sourceBlendFactorAlpha()
960 case BLENDOP_ADD: in destBlendFactorAlpha()
986 case BLENDOP_ADD: in blendOperationAlpha()
[all …]
DContext.hpp206 BLENDOP_ADD, enumerator
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp79 setBlendOperation(BLENDOP_ADD); in Device()
93 setBlendOperationAlpha(BLENDOP_ADD); in Device()
Dutilities.cpp2089 case GL_FUNC_ADD: return sw::BLENDOP_ADD; in ConvertBlendOp()
2097 return sw::BLENDOP_ADD; in ConvertBlendOp()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelRoutine.cpp1204 case BLENDOP_ADD: in alphaBlend()
1261 case BLENDOP_ADD: in alphaBlend()
2141 case BLENDOP_ADD: in alphaBlend()
2198 case BLENDOP_ADD: in alphaBlend()