Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DContext.hpp323 bool setBlendOperation(BlendOperation blendOperation);
DPixelProcessor.hpp290 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
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp79 setBlendOperation(BLENDOP_ADD); in Device()
DContext.cpp2894 device->setBlendOperation(es2sw::ConvertBlendOp(mState.blendEquationRGB)); in applyState()