Searched defs:BlendState (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/postscript/ |
H A D | blend.rs | 28 pub struct BlendState<'a> { struct 38 impl<'a> BlendState<'a> { argument
|
H A D | charstring.rs | 97 blend_state: Option<BlendState>, in evaluate()
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsInteractionTestUtil.hpp | 43 struct BlendState struct 45 uint32_t equation; 46 uint32_t srcFunc; 47 uint32_t dstFunc; 49 BlendState(void) : equation(0), srcFunc(0), dstFunc(0) in BlendState() function
|
/aosp_15_r20/external/swiftshader/src/Device/ |
H A D | Context.hpp | 171 struct BlendState : sw::Memset<BlendState> struct 173 BlendState() in BlendState() argument 177 BlendState(bool alphaBlendEnable, in BlendState() argument 194 bool alphaBlendEnable; 195 VkBlendFactor sourceBlendFactor; 196 VkBlendFactor destBlendFactor; 197 VkBlendOp blendOperation; 198 VkBlendFactor sourceBlendFactorAlpha; 199 VkBlendFactor destBlendFactorAlpha; 200 VkBlendOp blendOperationAlpha;
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | GLEScontext.h | 135 struct BlendState { struct 136 GLboolean bEnable = GL_FALSE; 137 GLenum blendEquationRgb = GL_FUNC_ADD; 138 GLenum blendEquationAlpha = GL_FUNC_ADD; 140 GLenum blendSrcRgb = GL_ONE; 141 GLenum blendDstRgb = GL_ZERO; 142 GLenum blendSrcAlpha = GL_ONE; 143 GLenum blendDstAlpha = GL_ZERO; 144 GLboolean colorMaskR = GL_TRUE; 145 GLboolean colorMaskG = GL_TRUE; [all …]
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fDrawBuffersIndexedTests.cpp | 168 struct BlendState struct 170 BlendState(void) in BlendState() argument 174 …BlendState(const Maybe<bool> &enableBlend_, const Maybe<Either<BlendEq, SeparateBlendEq>> &blendEq… in BlendState() argument 183 bool isEmpty(void) const in isEmpty() 188 Maybe<bool> enableBlend; 189 Maybe<Either<BlendEq, SeparateBlendEq>> blendEq; 190 Maybe<Either<BlendFunc, SeparateBlendFunc>> blendFunc; 191 Maybe<BVec4> colorMask;
|
/aosp_15_r20/external/deqp/framework/referencerenderer/ |
H A D | rrRenderState.hpp | 207 struct BlendState struct 209 BlendEquation equation; 210 BlendFunc srcFunc; 211 BlendFunc dstFunc; 213 BlendState(void) : equation(BLENDEQUATION_ADD), srcFunc(BLENDFUNC_ONE), dstFunc(BLENDFUNC_ZERO) in BlendState() argument
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | State.h | 252 struct BlendState struct 258 static inline BlendState * argument
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | angletypes.cpp | 104 BlendState::BlendState() in BlendState() function in gl::BlendState 121 BlendState::BlendState(const BlendState &other) in BlendState() function in gl::BlendState
|