Home
last modified time | relevance | path

Searched defs:blendOperation (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/Device/
DContext.cpp271 bool Context::setBlendOperation(VkBlendOp blendOperation) in setBlendOperation()
426 VkBlendOp Context::blendOperation() in blendOperation() function in sw::Context
DPixelProcessor.hpp70 VkBlendOp blendOperation : BITS(VK_BLEND_OP_BLUE_EXT); member
DPixelProcessor.cpp573 void PixelProcessor::setBlendOperation(VkBlendOp blendOperation) in setBlendOperation()
/external/swiftshader/src/Renderer/
DContext.cpp416 bool Context::setBlendOperation(BlendOperation blendOperation) in setBlendOperation()
812 BlendOperation Context::blendOperation() in blendOperation() function in sw::Context
DPixelProcessor.hpp74 BlendOperation blendOperation : BITS(BLENDOP_LAST); member
DPixelProcessor.cpp835 void PixelProcessor::setBlendOperation(BlendOperation blendOperation) in setBlendOperation()