Home
last modified time | relevance | path

Searched defs:BlendState (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
DglsInteractionTestUtil.hpp43 struct BlendState struct
45 deUint32 equation;
46 deUint32 srcFunc;
47 deUint32 dstFunc;
49 BlendState (void) in BlendState() function
/third_party/skia/third_party/externals/swiftshader/src/Device/
DContext.hpp87 struct BlendState : sw::Memset<BlendState> struct
89 BlendState() in BlendState() argument
93 BlendState(bool alphaBlendEnable, in BlendState() argument
110 bool alphaBlendEnable;
111 VkBlendFactor sourceBlendFactor;
112 VkBlendFactor destBlendFactor;
113 VkBlendOp blendOperation;
114 VkBlendFactor sourceBlendFactorAlpha;
115 VkBlendFactor destBlendFactorAlpha;
116 VkBlendOp blendOperationAlpha;
/third_party/vk-gl-cts/framework/referencerenderer/
DrrRenderState.hpp207 struct BlendState struct
209 BlendEquation equation;
210 BlendFunc srcFunc;
211 BlendFunc dstFunc;
213 BlendState (void) in BlendState() argument
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp159 struct BlendState struct
161 BlendState (void) {} in BlendState() function
163 BlendState (const Maybe<bool>& enableBlend_, in BlendState() argument
174 bool isEmpty (void) const in isEmpty()
179 Maybe<bool> enableBlend;
180 Maybe<Either<BlendEq, SeparateBlendEq> > blendEq;
181 Maybe<Either<BlendFunc, SeparateBlendFunc> > blendFunc;
182 Maybe<BVec4> colorMask;
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDrawBuffersIndexedTests.cpp159 struct BlendState struct
161 BlendState (void) {} in BlendState() argument
163 BlendState (const Maybe<bool>& enableBlend_, in BlendState() function
174 bool isEmpty (void) const in isEmpty()
179 Maybe<bool> enableBlend;
180 Maybe<Either<BlendEq, SeparateBlendEq> > blendEq;
181 Maybe<Either<BlendFunc, SeparateBlendFunc> > blendFunc;
182 Maybe<BVec4> colorMask;
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DState.h245 struct BlendState struct
251 static inline BlendState * argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.cpp72 BlendState::BlendState() in BlendState() function in gl::BlendState
89 BlendState::BlendState(const BlendState &other) in BlendState() function in gl::BlendState
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx10.cpp197 ID3D10BlendState* BlendState; in ImGui_ImplDX10_RenderDrawData() member
Dimgui_impl_dx11.cpp203 ID3D11BlendState* BlendState; in ImGui_ImplDX11_RenderDrawData() member