/third_party/vk-gl-cts/modules/glshared/ |
D | glsInteractionTestUtil.hpp | 43 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/ |
D | Context.hpp | 87 struct BlendState : sw::Memset<BlendState> struct 89 BlendState() in BlendState() argument 93 BlendState(bool alphaBlendEnable, in BlendState() function 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/ |
D | rrRenderState.hpp | 207 struct BlendState struct 209 BlendEquation equation; 210 BlendFunc srcFunc; 211 BlendFunc dstFunc; 213 BlendState (void) in BlendState() argument
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fDrawBuffersIndexedTests.cpp | 159 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/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 159 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/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes.cpp | 42 BlendState::BlendState() in BlendState() function in gl::BlendState 57 BlendState::BlendState(const BlendState &other) in BlendState() function in gl::BlendState
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | State.h | 245 struct BlendState struct 251 static inline BlendState * argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes.cpp | 72 BlendState::BlendState() in BlendState() function in gl::BlendState 89 BlendState::BlendState(const BlendState &other) in BlendState() function in gl::BlendState
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_dx10.cpp | 139 ID3D10BlendState* BlendState; in ImGui_ImplDX10_RenderDrawData() member
|
D | imgui_impl_dx11.cpp | 141 ID3D11BlendState* BlendState; in ImGui_ImplDX11_RenderDrawData() member
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_dx10.cpp | 197 ID3D10BlendState* BlendState; in ImGui_ImplDX10_RenderDrawData() member
|
D | imgui_impl_dx11.cpp | 203 ID3D11BlendState* BlendState; in ImGui_ImplDX11_RenderDrawData() member
|