Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp1270 if (clearAll != cBlendState.colorWriteMask) { in HandleColorAttachments()
1277 if (clearAll != cBlendState.colorWriteMask) { in HandleColorAttachments()
2763 const auto& cBlendState = cBlend.colorAttachments[i]; in PrimeBlendState() local
2768 if (cBlendState.enableBlend) { in PrimeBlendState()
2774 … GetBlendFactor(cBlendState.dstColorBlendFactor), GetBlendFactor(cBlendState.srcAlphaBlendFactor), in PrimeBlendState()
2775 GetBlendFactor(cBlendState.dstAlphaBlendFactor)); in PrimeBlendState()
2776 …glBlendEquationSeparatei(i, GetBlendOp(cBlendState.colorBlendOp), GetBlendOp(cBlendState.alphaBlen… in PrimeBlendState()
2900 auto& cBlendState = cBlend.colorAttachments[i]; in UpdateBlendState() local
2919 cBlendState.enableBlend = blendState.enableBlend; in UpdateBlendState()
2930 SetBlendOps(cBlendState, blendState); in UpdateBlendState()
[all …]