Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.h322 bool emulateConstantAlpha);
DStateManager11.cpp1236 bool emulateConstantAlpha) in syncBlendState() argument
1251 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()