Home
last modified time | relevance | path

Searched refs:blendOperationState (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Renderer/
DContext.cpp269 blendOperationState = BLENDOP_ADD; in init()
414 bool modified = (Context::blendOperationState != blendOperation); in setBlendOperation()
415 Context::blendOperationState = blendOperation; in setBlendOperation()
770 switch(blendOperationState) in sourceBlendFactor()
791 switch(blendOperationState) in destBlendFactor()
812 switch(blendOperationState) in blendOperation()
917 return blendOperationState; in blendOperation()
DContext.hpp514 BlendOperation blendOperationState; member in sw::Context