Home
last modified time | relevance | path

Searched refs:mComponentBlendState (Results 1 – 13 of 13) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/d3d11/
H A DDeviceAttachmentsD3D11.h73 RefPtr<ID3D11BlendState> mComponentBlendState; variable
H A DDeviceAttachmentsD3D11.cpp209 getter_AddRefs(mComponentBlendState)); in Initialize()
H A DCompositorD3D11.cpp1071 MOZ_ASSERT(mAttachments->mComponentBlendState); in DrawGeometry()
1095 mContext->OMSetBlendState(mAttachments->mComponentBlendState, in DrawGeometry()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/d3d11/
H A DDeviceAttachmentsD3D11.h72 RefPtr<ID3D11BlendState> mComponentBlendState; variable
H A DDeviceAttachmentsD3D11.cpp194 getter_AddRefs(mComponentBlendState)); in Initialize()
H A DCompositorD3D11.cpp1063 MOZ_ASSERT(mAttachments->mComponentBlendState); in DrawGeometry()
1087 mContext->OMSetBlendState(mAttachments->mComponentBlendState, in DrawGeometry()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/d3d11/
H A DDeviceAttachmentsD3D11.h73 RefPtr<ID3D11BlendState> mComponentBlendState; variable
H A DDeviceAttachmentsD3D11.cpp209 getter_AddRefs(mComponentBlendState)); in Initialize()
H A DCompositorD3D11.cpp1071 MOZ_ASSERT(mAttachments->mComponentBlendState); in DrawGeometry()
1095 mContext->OMSetBlendState(mAttachments->mComponentBlendState, in DrawGeometry()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/d3d11/
H A DDeviceAttachmentsD3D11.h72 RefPtr<ID3D11BlendState> mComponentBlendState; variable
H A DDeviceAttachmentsD3D11.cpp193 getter_AddRefs(mComponentBlendState)); in Initialize()
H A DCompositorD3D11.cpp883 MOZ_ASSERT(mAttachments->mComponentBlendState); in DrawGeometry()
907 mContext->OMSetBlendState(mAttachments->mComponentBlendState, in DrawGeometry()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/d3d11/
H A DCompositorD3D11.cpp104 RefPtr<ID3D11BlendState> mComponentBlendState; member
342 … hr = mDevice->CreateBlendState(&blendDesc, getter_AddRefs(mAttachments->mComponentBlendState)); in Initialize()
910 MOZ_ASSERT(mAttachments->mComponentBlendState); in DrawQuad()
931 mContext->OMSetBlendState(mAttachments->mComponentBlendState, sBlendFactor, 0xFFFFFFFF); in DrawQuad()