Home
last modified time | relevance | path

Searched refs:ConvertBlendFunc (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.h65 sw::BlendFactor ConvertBlendFunc(GLenum blend);
Dutilities.cpp584 sw::BlendFactor ConvertBlendFunc(GLenum blend) in ConvertBlendFunc() function
DContext.cpp1817 device->setSourceBlendFactor(es2sw::ConvertBlendFunc(mState.sourceBlendRGB)); in applyState()
1818 device->setDestBlendFactor(es2sw::ConvertBlendFunc(mState.destBlendRGB)); in applyState()
1821 device->setSourceBlendFactorAlpha(es2sw::ConvertBlendFunc(mState.sourceBlendAlpha)); in applyState()
1822 device->setDestBlendFactorAlpha(es2sw::ConvertBlendFunc(mState.destBlendAlpha)); in applyState()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.h95 sw::BlendFactor ConvertBlendFunc(GLenum blend);
DContext.cpp2827 device->setSourceBlendFactor(es2sw::ConvertBlendFunc(mState.sourceBlendRGB)); in applyState()
2828 device->setDestBlendFactor(es2sw::ConvertBlendFunc(mState.destBlendRGB)); in applyState()
2831 device->setSourceBlendFactorAlpha(es2sw::ConvertBlendFunc(mState.sourceBlendAlpha)); in applyState()
2832 device->setDestBlendFactorAlpha(es2sw::ConvertBlendFunc(mState.destBlendAlpha)); in applyState()
Dutilities.cpp2113 sw::BlendFactor ConvertBlendFunc(GLenum blend) in ConvertBlendFunc() function