Searched refs:es2sw (Results 1 – 3 of 3) sorted by relevance
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