Home
last modified time | relevance | path

Searched refs:LazyBlendState (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.h295 class LazyBlendState final : public LazyResource<ResourceType::BlendState>
298 LazyBlendState(const D3D11_BLEND_DESC &desc, const char *debugName);
DBlit11.h283 d3d11::LazyBlendState mAlphaMaskBlendState;
Drenderer11_utils.cpp2378 LazyBlendState::LazyBlendState(const D3D11_BLEND_DESC &desc, const char *debugName) in LazyBlendState() function in rx::d3d11::LazyBlendState
2382 angle::Result LazyBlendState::resolve(d3d::Context *context, Renderer11 *renderer) in resolve()