Home
last modified time | relevance | path

Searched defs:blendDesc (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderStateCache.cpp120 D3D11_BLEND_DESC blendDesc = {}; // avoid undefined fields in getBlendState() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPipelineD3D12.cpp232 D3D12_RENDER_TARGET_BLEND_DESC blendDesc; in ComputeColorDesc() local
/third_party/skia/src/gpu/d3d/
DGrD3DPipelineStateBuilder.cpp351 static void fill_in_blend_state(const GrPipeline& pipeline, D3D12_BLEND_DESC* blendDesc) { in fill_in_blend_state()