Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.cpp1788 device->setCullMode(es2sw::ConvertCullMode(mState.cullMode, mState.frontFace), frontFaceCCW); in applyState()
1800 device->setDepthCompare(es2sw::ConvertDepthComparison(mState.depthFunc)); in applyState()
1817 device->setSourceBlendFactor(es2sw::ConvertBlendFunc(mState.sourceBlendRGB)); in applyState()
1818 device->setDestBlendFactor(es2sw::ConvertBlendFunc(mState.destBlendRGB)); in applyState()
1819 device->setBlendOperation(es2sw::ConvertBlendOp(mState.blendEquationRGB)); in applyState()
1821 device->setSourceBlendFactorAlpha(es2sw::ConvertBlendFunc(mState.sourceBlendAlpha)); in applyState()
1822 device->setDestBlendFactorAlpha(es2sw::ConvertBlendFunc(mState.destBlendAlpha)); in applyState()
1823 device->setBlendOperationAlpha(es2sw::ConvertBlendOp(mState.blendEquationAlpha)); in applyState()
1845 device->setStencilCompare(es2sw::ConvertStencilComparison(mState.stencilFunc)); in applyState()
1850 device->setStencilFailOperation(es2sw::ConvertStencilOp(mState.stencilFail)); in applyState()
[all …]
Dutilities.h59 namespace es2sw
Dutilities.cpp523 namespace es2sw namespace
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp2796 device->setCullMode(es2sw::ConvertCullMode(mState.cullMode, mState.frontFace), frontFaceCCW); in applyState()
2808 device->setDepthCompare(es2sw::ConvertDepthComparison(mState.depthFunc)); in applyState()
2825 device->setBlendConstant(es2sw::ConvertColor(mState.blendColor)); in applyState()
2827 device->setSourceBlendFactor(es2sw::ConvertBlendFunc(mState.sourceBlendRGB)); in applyState()
2828 device->setDestBlendFactor(es2sw::ConvertBlendFunc(mState.destBlendRGB)); in applyState()
2829 device->setBlendOperation(es2sw::ConvertBlendOp(mState.blendEquationRGB)); in applyState()
2831 device->setSourceBlendFactorAlpha(es2sw::ConvertBlendFunc(mState.sourceBlendAlpha)); in applyState()
2832 device->setDestBlendFactorAlpha(es2sw::ConvertBlendFunc(mState.destBlendAlpha)); in applyState()
2833 device->setBlendOperationAlpha(es2sw::ConvertBlendOp(mState.blendEquationAlpha)); in applyState()
2857 device->setStencilCompare(es2sw::ConvertStencilComparison(mState.stencilFunc)); in applyState()
[all …]
Dutilities.h90 namespace es2sw
Dutilities.cpp2070 namespace es2sw namespace