Searched refs:enableBlend (Results 1 – 1 of 1) sorted by relevance
167 : enableBlend (enableBlend_) in BlendState()176 return (!enableBlend) && (!blendEq) && (!blendFunc) && (!colorMask); in isEmpty()179 Maybe<bool> enableBlend; member187 if (blend.enableBlend) in setCommonBlendState()189 if (*blend.enableBlend) in setCommonBlendState()231 if (blend.enableBlend) in setIndexedBlendState()233 if (*blend.enableBlend) in setIndexedBlendState()655 if (postCommonBlendState.enableBlend) in createRenderState()656 …state.fragOps.blendMode = (*(postCommonBlendState.enableBlend) ? state.fragOps.blendMode : rr::BLE… in createRenderState()657 else if (info.getBlendState().enableBlend) in createRenderState()[all …]