Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DContext.hpp321 bool setSourceBlendFactor(BlendFactor sourceBlendFactor);
DPixelProcessor.hpp287 void setSourceBlendFactor(BlendFactor sourceBlendFactor);
DPixelProcessor.cpp834 void PixelProcessor::setSourceBlendFactor(BlendFactor sourceBlendFactor) in setSourceBlendFactor() function in sw::PixelProcessor
836 context->setSourceBlendFactor(sourceBlendFactor); in setSourceBlendFactor()
DContext.cpp402 bool Context::setSourceBlendFactor(BlendFactor sourceBlendFactor) in setSourceBlendFactor() function in sw::Context
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp47 setSourceBlendFactor(BLEND_ONE); in Device()
DContext.cpp1817 device->setSourceBlendFactor(es2sw::ConvertBlendFunc(mState.sourceBlendRGB)); in applyState()
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp51 setSourceBlendFactor(BLEND_ONE); in Device()
DContext.cpp2892 device->setSourceBlendFactor(es2sw::ConvertBlendFunc(mState.sourceBlendRGB)); in applyState()