Searched refs:es2sw (Results 1 – 6 of 6) sorted by relevance
1788 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 …]
59 namespace es2sw
523 namespace es2sw namespace
2861 device->setCullMode(es2sw::ConvertCullMode(mState.cullMode, mState.frontFace), frontFaceCCW); in applyState()2873 device->setDepthCompare(es2sw::ConvertDepthComparison(mState.depthFunc)); in applyState()2890 device->setBlendConstant(es2sw::ConvertColor(mState.blendColor)); in applyState()2892 device->setSourceBlendFactor(es2sw::ConvertBlendFunc(mState.sourceBlendRGB)); in applyState()2893 device->setDestBlendFactor(es2sw::ConvertBlendFunc(mState.destBlendRGB)); in applyState()2894 device->setBlendOperation(es2sw::ConvertBlendOp(mState.blendEquationRGB)); in applyState()2896 device->setSourceBlendFactorAlpha(es2sw::ConvertBlendFunc(mState.sourceBlendAlpha)); in applyState()2897 device->setDestBlendFactorAlpha(es2sw::ConvertBlendFunc(mState.destBlendAlpha)); in applyState()2898 device->setBlendOperationAlpha(es2sw::ConvertBlendOp(mState.blendEquationAlpha)); in applyState()2922 device->setStencilCompare(es2sw::ConvertStencilComparison(mState.stencilFunc)); in applyState()[all …]
93 namespace es2sw
2017 namespace es2sw namespace