Searched refs:blendColors (Results 1 – 1 of 1) sorted by relevance
1291 float blendColors[4] = {0.0f}; in syncBlendState() local1292 blendColors[0] = emulateConstantAlpha ? blendColor.alpha : blendColor.red; in syncBlendState()1293 blendColors[1] = emulateConstantAlpha ? blendColor.alpha : blendColor.green; in syncBlendState()1294 blendColors[2] = emulateConstantAlpha ? blendColor.alpha : blendColor.blue; in syncBlendState()1295 blendColors[3] = blendColor.alpha; in syncBlendState()1297 mRenderer->getDeviceContext()->OMSetBlendState(dxBlendState->get(), blendColors, sampleMask); in syncBlendState()