Searched refs:ConvertBlendOp (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
H A Dutilities.h66 sw::BlendOperation ConvertBlendOp(GLenum blendOp);
H A Dutilities.cpp501 sw::BlendOperation ConvertBlendOp(GLenum blendOp) function in namespace:es2sw
H A DContext.cpp1746 device->setBlendOperation(es2sw::ConvertBlendOp(mState.blendEquationRGB));
1750 device->setBlendOperationAlpha(es2sw::ConvertBlendOp(mState.blendEquationAlpha));
/external/swiftshader/src/OpenGL/libGLES_CM/
H A Dutilities.h57 sw::BlendOperation ConvertBlendOp(GLenum blendOp);
H A Dutilities.cpp293 sw::BlendOperation ConvertBlendOp(GLenum blendOp) function in namespace:es2sw
H A DContext.cpp1783 device->setBlendOperation(es2sw::ConvertBlendOp(mState.blendEquationRGB));
1787 device->setBlendOperationAlpha(es2sw::ConvertBlendOp(mState.blendEquationAlpha));
/external/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.h72 sw::BlendOperation ConvertBlendOp(GLenum blendOp);
H A Dutilities.cpp1283 sw::BlendOperation ConvertBlendOp(GLenum blendOp) function in namespace:es2sw
H A DContext.cpp2773 device->setBlendOperation(es2sw::ConvertBlendOp(mState.blendEquationRGB));
2777 device->setBlendOperationAlpha(es2sw::ConvertBlendOp(mState.blendEquationAlpha));

Completed in 240 milliseconds