Searched refs:destAlpha (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | PixelRoutine.hpp | 80 void blendFactorAlpha(Float4 &blendFactorAlpha, const Float4 &sourceAlpha, const Float4 &destAlpha, VkBlendFactor alphaBlendFactor, vk::Format format);
|
H A D | PixelRoutine.cpp | 1932 void PixelRoutine::blendFactorAlpha(Float4 &blendFactorAlpha, const Float4 &sourceAlpha, const Float4 &destAlpha, VkBlendFactor alphaBlendFactor, vk::Format format) in blendFactorAlpha() argument 1949 blendFactorAlpha = destAlpha; in blendFactorAlpha() 1952 blendFactorAlpha = Float4(1.0f) - destAlpha; in blendFactorAlpha() 1961 blendFactorAlpha = destAlpha; in blendFactorAlpha() 1964 blendFactorAlpha = Float4(1.0f) - destAlpha; in blendFactorAlpha()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | State.cpp | 919 void State::setBlendFactors(GLenum sourceRGB, GLenum destRGB, GLenum sourceAlpha, GLenum destAlpha) in setBlendFactors() argument 923 mBlendState.destBlendAlpha == destAlpha) in setBlendFactors() 931 mBlendState.destBlendAlpha = destAlpha; in setBlendFactors() 955 mBlendStateExt.setFactors(sourceRGB, destRGB, sourceAlpha, destAlpha); in setBlendFactors() 962 GLenum destAlpha, in setBlendFactorsIndexed() 972 mBlendStateExt.setFactorsIndexed(index, sourceRGB, destRGB, sourceAlpha, destAlpha); in setBlendFactorsIndexed() 959 setBlendFactorsIndexed(GLenum sourceRGB, GLenum destRGB, GLenum sourceAlpha, GLenum destAlpha, GLuint index) setBlendFactorsIndexed() argument
|
H A D | State.h | 197 void setBlendFactors(GLenum sourceRGB, GLenum destRGB, GLenum sourceAlpha, GLenum destAlpha); 201 GLenum destAlpha,
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.h | 430 void setBlendFactors(GLenum sourceRGB, GLenum destRGB, GLenum sourceAlpha, GLenum destAlpha);
|
H A D | Context.cpp | 428 void Context::setBlendFactors(GLenum sourceRGB, GLenum destRGB, GLenum sourceAlpha, GLenum destAlpha) in setBlendFactors() argument 433 mState.destBlendAlpha != destAlpha) in setBlendFactors() 438 mState.destBlendAlpha = destAlpha; in setBlendFactors()
|
Completed in 18 milliseconds