Searched refs:blendColors (Results 1 – 1 of 1) sorted by relevance
1250 float blendColors[4] = {0.0f}; in syncBlendState() local1251 blendColors[0] = emulateConstantAlpha ? blendColor.alpha : blendColor.red; in syncBlendState()1252 blendColors[1] = emulateConstantAlpha ? blendColor.alpha : blendColor.green; in syncBlendState()1253 blendColors[2] = emulateConstantAlpha ? blendColor.alpha : blendColor.blue; in syncBlendState()1254 blendColors[3] = blendColor.alpha; in syncBlendState()1256 mRenderer->getDeviceContext()->OMSetBlendState(dxBlendState->get(), blendColors, sampleMask); in syncBlendState()