Home
last modified time | relevance | path

Searched refs:alphaBlendActive (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Device/
DContext.hpp205 bool alphaBlendActive(int index, const Attachments &attachments, bool fragmentContainsKill) const;
DContext.cpp707 activeBlendState.alphaBlendEnable = alphaBlendActive(index, attachments, fragmentContainsKill); in getBlendState()
717 bool GraphicsState::alphaBlendActive(int index, const Attachments &attachments, bool fragmentContai… in alphaBlendActive() function in vk::GraphicsState
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DContext.hpp365 bool alphaBlendActive();
DPixelProcessor.hpp74 bool alphaBlendActive : 1; member
DPixelProcessor.cpp1026 if(context->alphaBlendActive()) in update()
1028 state.alphaBlendActive = true; in update()
DContext.cpp747 bool Context::alphaBlendActive() in alphaBlendActive() function in sw::Context
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelRoutine.cpp1173 if(!state.alphaBlendActive) in alphaBlend()
2039 if(!state.alphaBlendActive) in alphaBlend()