Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DContext.cpp658 BlendState activeBlendState; in getBlendState() local
659 activeBlendState.alphaBlendEnable = alphaBlendActive(index, attachments, fragmentContainsKill); in getBlendState()
660 activeBlendState.sourceBlendFactor = sourceBlendFactor(index); in getBlendState()
661 activeBlendState.destBlendFactor = destBlendFactor(index); in getBlendState()
662 activeBlendState.blendOperation = blendOperation(index, attachments); in getBlendState()
663 activeBlendState.sourceBlendFactorAlpha = sourceBlendFactorAlpha(index); in getBlendState()
664 activeBlendState.destBlendFactorAlpha = destBlendFactorAlpha(index); in getBlendState()
665 activeBlendState.blendOperationAlpha = blendOperationAlpha(index, attachments); in getBlendState()
666 return activeBlendState; in getBlendState()