Searched refs:es2sw (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.cpp1787 device->setCullMode(es2sw::ConvertCullMode(mState.cullMode, mState.frontFace));
1799 device->setDepthCompare(es2sw::ConvertDepthComparison(mState.depthFunc));
1816 device->setSourceBlendFactor(es2sw::ConvertBlendFunc(mState.sourceBlendRGB));
1817 device->setDestBlendFactor(es2sw::ConvertBlendFunc(mState.destBlendRGB));
1818 device->setBlendOperation(es2sw::ConvertBlendOp(mState.blendEquationRGB));
1820 device->setSourceBlendFactorAlpha(es2sw::ConvertBlendFunc(mState.sourceBlendAlpha));
1821 device->setDestBlendFactorAlpha(es2sw::ConvertBlendFunc(mState.destBlendAlpha));
1822 device->setBlendOperationAlpha(es2sw::ConvertBlendOp(mState.blendEquationAlpha));
1844 device->setStencilCompare(es2sw::ConvertStencilComparison(mState.stencilFunc));
1849 device->setStencilFailOperation(es2sw
[all...]
H A Dutilities.h59 namespace es2sw namespace
H A Dutilities.cpp523 namespace es2sw namespace
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp2823 device->setCullMode(es2sw::ConvertCullMode(mState.cullMode, mState.frontFace));
2835 device->setDepthCompare(es2sw::ConvertDepthComparison(mState.depthFunc));
2852 device->setBlendConstant(es2sw::ConvertColor(mState.blendColor));
2854 device->setSourceBlendFactor(es2sw::ConvertBlendFunc(mState.sourceBlendRGB));
2855 device->setDestBlendFactor(es2sw::ConvertBlendFunc(mState.destBlendRGB));
2856 device->setBlendOperation(es2sw::ConvertBlendOp(mState.blendEquationRGB));
2858 device->setSourceBlendFactorAlpha(es2sw::ConvertBlendFunc(mState.sourceBlendAlpha));
2859 device->setDestBlendFactorAlpha(es2sw::ConvertBlendFunc(mState.destBlendAlpha));
2860 device->setBlendOperationAlpha(es2sw::ConvertBlendOp(mState.blendEquationAlpha));
2884 device->setStencilCompare(es2sw
[all...]
H A Dutilities.h87 namespace es2sw namespace
H A Dutilities.cpp1839 namespace es2sw namespace
/external/swiftshader/src/OpenGL/libGL/
H A Dutilities.h60 namespace es2sw namespace
H A DContext.cpp1713 device->setCullMode(es2sw::ConvertCullMode(mState.cullMode, mState.frontFace));
1725 device->setDepthCompare(es2sw::ConvertDepthComparison(mState.depthFunc));
1742 device->setBlendConstant(es2sw::ConvertColor(mState.blendColor));
1744 device->setSourceBlendFactor(es2sw::ConvertBlendFunc(mState.sourceBlendRGB));
1745 device->setDestBlendFactor(es2sw::ConvertBlendFunc(mState.destBlendRGB));
1746 device->setBlendOperation(es2sw::ConvertBlendOp(mState.blendEquationRGB));
1748 device->setSourceBlendFactorAlpha(es2sw::ConvertBlendFunc(mState.sourceBlendAlpha));
1749 device->setDestBlendFactorAlpha(es2sw::ConvertBlendFunc(mState.destBlendAlpha));
1750 device->setBlendOperationAlpha(es2sw::ConvertBlendOp(mState.blendEquationAlpha));
1765 device->setLogicalOperation(es2sw
[all...]
H A DRenderbuffer.cpp346 sw::Format requestedFormat = es2sw::ConvertRenderbufferFormat(format);
H A Dutilities.cpp433 namespace es2sw namespace

Completed in 225 milliseconds