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
2796 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 …]
90 namespace es2sw
2070 namespace es2sw namespace