Home
last modified time | relevance | path

Searched refs:setBlendOperation (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/Renderer/
DContext.hpp323 bool setBlendOperation(BlendOperation blendOperation);
DPixelProcessor.hpp289 void setBlendOperation(BlendOperation blendOperation);
DPixelProcessor.cpp844 void PixelProcessor::setBlendOperation(BlendOperation blendOperation) in setBlendOperation() function in sw::PixelProcessor
846 context->setBlendOperation(blendOperation); in setBlendOperation()
DContext.cpp416 bool Context::setBlendOperation(BlendOperation blendOperation) in setBlendOperation() function in sw::Context
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp77 setBlendOperation(BLENDOP_ADD); in Device()
DContext.cpp1819 device->setBlendOperation(es2sw::ConvertBlendOp(mState.blendEquationRGB)); in applyState()
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp79 setBlendOperation(BLENDOP_ADD); in Device()
DContext.cpp2894 device->setBlendOperation(es2sw::ConvertBlendOp(mState.blendEquationRGB)); in applyState()