Home
last modified time | relevance | path

Searched defs:sourceBlendFactor (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Renderer/
DContext.cpp398 bool Context::setSourceBlendFactor(BlendFactor sourceBlendFactor) in setSourceBlendFactor()
765 BlendFactor Context::sourceBlendFactor() in sourceBlendFactor() function in sw::Context
DPixelProcessor.hpp71 BlendFactor sourceBlendFactor : BITS(BLEND_LAST); member
DPixelProcessor.cpp758 void PixelProcessor::setSourceBlendFactor(BlendFactor sourceBlendFactor) in setSourceBlendFactor()