Searched refs:emulateConstantAlpha (Results 1 – 2 of 2) sorted by relevance
322 bool emulateConstantAlpha);
1236 bool emulateConstantAlpha) in syncBlendState() argument1251 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()