Searched refs:LazyBlendState (Results 1 – 3 of 3) sorted by relevance
295 class LazyBlendState final : public LazyResource<ResourceType::BlendState>298 LazyBlendState(const D3D11_BLEND_DESC &desc, const char *debugName);
283 d3d11::LazyBlendState mAlphaMaskBlendState;
2378 LazyBlendState::LazyBlendState(const D3D11_BLEND_DESC &desc, const char *debugName) in LazyBlendState() function in rx::d3d11::LazyBlendState2382 angle::Result LazyBlendState::resolve(d3d::Context *context, Renderer11 *renderer) in resolve()