Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpuCommandBuffer.cpp385 dawn::RasterizationStateDescriptor rastDesc; in applyState() local
387 rastDesc.frontFace = dawn::FrontFace::CW; in applyState()
388 rastDesc.cullMode = dawn::CullMode::None; in applyState()
389 rastDesc.depthBias = 0; in applyState()
390 rastDesc.depthBiasSlopeScale = 0.0f; in applyState()
391 rastDesc.depthBiasClamp = 0.0f; in applyState()
398 rpDesc.rasterizationState = &rastDesc; in applyState()